forked from gzzfw/backEnd/gz-dyh

liyj
2024-10-26 32b044aa78edf5d3e54c380a7ded17a266af6948
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;
        }