forked from gzzfw/backEnd/gz-dyh

xusd
2024-09-18 ccb1fbc2f9b5556e4418b819a3a3c360f4043d9d
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;
        }