fix调薪action

This commit is contained in:
钱涛 2022-12-08 10:53:51 +08:00
parent 399563088d
commit ea20dfb9ff
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class CheckEditSalaryAction implements Action {
List errorNotice = (List) map.get("errorNotice");
if (CollectionUtils.isNotEmpty(errorNotice)) {
log.error("调薪检查存在异常 requestId:{} map:{}",requestInfo.getRequestid(), map);
log.error("调薪检查存在异常 requestId:{} ,参数:{}, map:{}", requestInfo.getRequestid(), build, map);
List<Map<String, String>> excelComments = (List<Map<String, String>>) map.get("errorNotice");
StringBuilder message = new StringBuilder("");
for (Map<String, String> comments : excelComments) {