完成分组复用配置单独删除域配置的功能

This commit is contained in:
RenKaiGe-Office
2018-08-27 20:52:15 +08:00
parent b4a844b33c
commit 03b576fa4f
5 changed files with 134 additions and 165 deletions

View File

@@ -963,10 +963,10 @@ public class ConfigSourcesService extends BaseService {
}
logger.info("调用接口删除Redis中分组复用的域配置接口");
// 所有的都删除成功返回true
// if (!configRedisService.delGroupReuseConfig(reuseMap)) {
// throw new ServiceRuntimeException("删除分组利用域配置时出现异常,具体原因不详,请联系管理员",
// RestBusinessCode.service_runtime_error.getValue());
// }
if (!configRedisService.delGroupReuseConfig(reuseMap)) {
throw new ServiceRuntimeException("删除分组利用域配置时出现异常,具体原因不详,请联系管理员",
RestBusinessCode.service_runtime_error.getValue());
}
}
/**