Commit 42ec0595 authored by hongguangwu's avatar hongguangwu

MVP1.6.7-薪资

parent 25e86368
...@@ -889,7 +889,7 @@ public class SalaryAccountUtil implements Serializable { ...@@ -889,7 +889,7 @@ public class SalaryAccountUtil implements Serializable {
entity.setTaxMonth(emp.getTaxMonth()); entity.setTaxMonth(emp.getTaxMonth());
} }
if (DateUtil.compareYearMonth(entity.getTaxMonth(), nowMonth)) { if (DateUtil.compareYearMonth(entity.getTaxMonth(), nowMonth)) {
error = "第" + i + "行:薪酬人员查询处-计税月份-大于当前年月或错误,请调整:" + entity.getTaxMonth(); error = "第" + i + "行:薪酬人员查询处-计税月份-大于当前年月或错误,请去薪酬人员查询处调整:" + entity.getTaxMonth();
errorList.add(new ErrorMessage(i, error)); errorList.add(new ErrorMessage(i, error));
return true; return true;
} }
......
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