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