forked from gzzfw/backEnd/gz-dyh

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