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