forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-02 f2e30333202fee12711eef48eccf7e08a811a607
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;
        }