Commit 39bc6f8a authored by hongguangwu's avatar hongguangwu

invoiceTitle

parent 47c0e2c5
......@@ -325,7 +325,8 @@ public class SalaryUploadServiceImpl extends ServiceImpl<TSalaryStandardMapper,
}
LocalDateTime nowTime = LocalDateTime.now();
TSalaryStandard salary;
R<TSalaryStandard> sr = this.saveNewTSalary(salaryAccountVo, dept, user, nowTime); //工资主表
//工资主表
R<TSalaryStandard> sr = this.saveNewTSalary(salaryAccountVo, dept, user, nowTime, invoiceTitle); //工资主表
if (sr == null || sr.getCode() == CommonConstants.FAIL) {
return sr;
} else {
......
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