hfxc226 2 년 전
부모
커밋
37d7507dfe
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

@@ -81,6 +81,6 @@ public class BeanUtils implements ApplicationContextAware {
     }
 
     public static boolean isProd() {
-        return profile == 3;
+        return profile == 2 || profile == 3;
     }
 }