forked from gzzfw/backEnd/gz-dyh

zhouxiantao
2024-09-22 bfb5b0c14bec340af93779d6de1f9e6e8fe03c37
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;
        }