forked from gzzfw/backEnd/gz-dyh

xusd
2024-10-12 34b608a3f66aa2887eff37ad87b2893b96b9b7d1
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;
        }