mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 04:08:43 +08:00 
			
		
		
		
	@@ -75,7 +75,7 @@ public class ConfigController {
 | 
			
		||||
        if (config == null) {
 | 
			
		||||
            return null;
 | 
			
		||||
        }
 | 
			
		||||
        if (config.getVisible()) {
 | 
			
		||||
        if (!config.getVisible()) {
 | 
			
		||||
            throw ServiceExceptionUtil.exception(ErrorCodeConstants.CONFIG_GET_VALUE_ERROR_IF_VISIBLE);
 | 
			
		||||
        }
 | 
			
		||||
        return success(config.getValue());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user