3254194295 7 месяцев назад
Родитель
Сommit
687c2d5698

+ 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() {