|
|
@@ -92,10 +92,10 @@ public class InformationReportingController {
|
|
|
});
|
|
|
boolean flag = informationReportingService.updateBatchById(reportingList);
|
|
|
if (flag) {
|
|
|
- log.info("删除信息=========>>> 管理员【{}】成功删除了编号为【{}】的项目信息", reporting.getName(), reporting.getIds());
|
|
|
+ log.info("删除信息=========>>> 管理员【{}】【id:{}】成功删除了编号为【{}】的项目信息", reporting.getName(), reporting.getId(), reporting.getIds());
|
|
|
return CommonResult.ok();
|
|
|
} else {
|
|
|
- log.info("删除信息失败=========>>> 管理员【{}】删除编号为【{}】的项目信息失败", reporting.getName(), reporting.getIds());
|
|
|
+ log.info("删除信息失败=========>>> 管理员【{}】【id:{}】删除编号为【{}】的项目信息失败", reporting.getName(), reporting.getId(), reporting.getIds());
|
|
|
return CommonResult.fail();
|
|
|
}
|
|
|
}
|