forked from gzzfw/backEnd/gz-dyh

xusd
2024-10-25 c0a93a9436d42b7a0d36e1d3f93361980a99f880
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;
        }