Commit 274047cd authored by hongguangwu's avatar hongguangwu

1.5.7-审核人导出加字段

parent b35e9c14
...@@ -294,6 +294,9 @@ public class SalaryUploadServiceImpl extends ServiceImpl<TSalaryStandardMapper, ...@@ -294,6 +294,9 @@ public class SalaryUploadServiceImpl extends ServiceImpl<TSalaryStandardMapper,
s.setStatus(SalaryConstants.AUDIT_STATUS[0]); s.setStatus(SalaryConstants.AUDIT_STATUS[0]);
s.setBpoFlag(dept.getBpoFlag()); s.setBpoFlag(dept.getBpoFlag());
s.setIncomeMonth(sav.getSalaryMonth()); s.setIncomeMonth(sav.getSalaryMonth());
s.setBusinessPrimaryType(dept.getBusinessPrimaryType());
s.setBusinessSecondType(dept.getBusinessSecondType());
s.setBusinessThirdType(dept.getBusinessThirdType());
if (configSalary != null) { if (configSalary != null) {
s.setSetId(configSalary.getId()); s.setSetId(configSalary.getId());
if (Common.isNotNull(configSalary.getIncomeMonth())) { if (Common.isNotNull(configSalary.getIncomeMonth())) {
......
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