shikeying
2024-05-08 8924870a053f0b882ada86421c062cbdb9cff093
iplatform-base/src/main/java/com/iplatform/base/support/RedisArgumentsManager.java
@@ -11,7 +11,6 @@
import com.walker.infrastructure.arguments.Variable;
import com.walker.infrastructure.arguments.VariableType;
import com.walker.infrastructure.utils.StringUtils;
import com.walker.security.SystemLogMan;
import com.walker.support.redis.cache.RedisCacheProvider;
import java.util.ArrayList;
@@ -33,11 +32,9 @@
    public void setConfigArgumentService(ConfigArgumentServiceImpl configArgumentService) {
        this.configArgumentService = configArgumentService;
        SystemLogMan.getInstance().checkMan();
    }
    public RedisArgumentsManager(){
        SystemLogMan.getInstance().checkMan();
        this.setUseRedis(true);
        this.setLoadPage(false);
    }