3254194295 7 ماه پیش
والد
کامیت
687c2d5698
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      platform-common/src/main/java/com/platform/common/util/BeanUtils.java

+ 1 - 1
platform-common/src/main/java/com/platform/common/util/BeanUtils.java

@@ -73,7 +73,7 @@ public class BeanUtils implements ApplicationContextAware {
     }
 
     public static boolean isDev() {
-        return profile == 11;
+        return profile == 1;
     }
 
     public static boolean isTest() {