forked from gzzfw/backEnd/gz-dyh

xusd
2024-09-07 9b8159c0adc5de7a64bf39ae53c88474a9f98bdb
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;
        }