forked from gzzfw/backEnd/gz-dyh

wangwh
2024-09-04 1fd1bd2f5a30c00f64d6fdd8528f345f97129008
dyh-gateway/src/main/java/cn/huge/gateway/utils/SpringContextUtil.java
@@ -53,7 +53,7 @@
    public static Boolean checkDev(){
        String activeProfile = getActiveProfile();
        if (DEV.equals(activeProfile)){
            return false;
            return true;
        }else{
            return false;
        }