Commit 9bb06a72 authored by huyuchen's avatar huyuchen

配置调整

parent c1c233e8
...@@ -409,7 +409,7 @@ public class EkpSalaryInfoServiceImpl extends ServiceImpl<EkpSalaryInfoMapper, E ...@@ -409,7 +409,7 @@ public class EkpSalaryInfoServiceImpl extends ServiceImpl<EkpSalaryInfoMapper, E
backInfo.setDeptNo(deptNo); backInfo.setDeptNo(deptNo);
backInfo.setDeptName(deptName); backInfo.setDeptName(deptName);
backInfo.setAdjustMoney(money); backInfo.setAdjustMoney(money);
backInfo.setErrorInfo("项目编码及剩余仍需扣除金额:" + money.toString()); backInfo.setErrorInfo("剩余仍需扣除金额:" + money.toString());
errorMessageList.add(new ErrorMessage(excel.getRowIndex(), backInfo.getErrorInfo(),backInfo)); errorMessageList.add(new ErrorMessage(excel.getRowIndex(), backInfo.getErrorInfo(),backInfo));
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment