forked from gzzfw/backEnd/gz-dyh

liyj
2024-08-29 f7a5ccc42485d7b2eac21dffd85f0b8961ea7c82
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;
        }