操控增加为admin添加权限sql,清理旧的字典和菜单sql。
去掉批量中的json打印
This commit is contained in:
@@ -421,7 +421,7 @@ public class CommonPolicyService extends CrudService<WebsiteCfgDao, CfgIndexInfo
|
||||
|
||||
//调用服务接口下发配置数据
|
||||
String json=gsonToJson(notAuditList);
|
||||
logger.debug("批量下发配置参数:"+json);
|
||||
//logger.debug("批量下发配置参数:"+json);
|
||||
//调用服务接口下发配置
|
||||
ToMaatResult result = ConfigServiceUtil.postCallbackCfg(json);
|
||||
logger.warn("批量下发响应信息:"+result.getMsg());
|
||||
@@ -528,7 +528,7 @@ public class CommonPolicyService extends CrudService<WebsiteCfgDao, CfgIndexInfo
|
||||
|
||||
//调用服务接口取消配置
|
||||
String json=gsonToJson(auditList);
|
||||
logger.debug("批量下发配置参数:"+json);
|
||||
//logger.debug("批量下发配置参数:"+json);
|
||||
if(!StringUtil.isEmpty(auditList)) {
|
||||
logger.warn("批量配置取消个数:"+auditList.size());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user