Commit a695f814 authored by huyuchen's avatar huyuchen

薪资年终奖计算修改

parent d3b62534
...@@ -1468,7 +1468,7 @@ public class SalaryUploadServiceImpl extends ServiceImpl<TSalaryStandardMapper, ...@@ -1468,7 +1468,7 @@ public class SalaryUploadServiceImpl extends ServiceImpl<TSalaryStandardMapper,
try { try {
// 薪资核心导入代码 // 薪资核心导入代码
if (CommonConstants.THREE_STRING.equals(salaryType)) { if (CommonConstants.THREE_STRING.equals(salaryType)) {
return this.doLaborCoreSalary(savList, saiList, dept, invoiceTitle, salary, user); return this.doLaborCoreSalary(savList, saiList, dept, salary, user);
} else { } else {
return this.doRemuCoreSalary(savList, saiList, dept, salary, user); return this.doRemuCoreSalary(savList, saiList, dept, salary, 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