fix调薪action
This commit is contained in:
parent
399563088d
commit
ea20dfb9ff
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue