Commit 6f6a7eda authored by hongguangwu's avatar hongguangwu

MVP1.4

parent 726e9c28
...@@ -393,6 +393,7 @@ public class SalaryAccountUtil implements Serializable { ...@@ -393,6 +393,7 @@ public class SalaryAccountUtil implements Serializable {
tSalaryEmployeeService.updateById(emp); tSalaryEmployeeService.updateById(emp);
} }
} }
newEmp.setIssueStatus(isIssue);
// 劳务费要使用人员信息 // 劳务费要使用人员信息
if (!notLabour) { if (!notLabour) {
R<TSalaryEmployee> eR = this.getNewEmp(newEmp, i, errorList, notLabour, entity, salaryType, dept, user R<TSalaryEmployee> eR = this.getNewEmp(newEmp, i, errorList, notLabour, entity, salaryType, dept, user
......
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