Commit cf586bd1 authored by hongguangwu's avatar hongguangwu

MVP1.7.1 预入职更新在项时的薪资人员

parent 897be69c
...@@ -349,8 +349,8 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -349,8 +349,8 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
if (Common.isEmpty(tSalaryEmployee.getBankNo())) { if (Common.isEmpty(tSalaryEmployee.getBankNo())) {
tPreEmployeeInfo.setBankName(null); tPreEmployeeInfo.setBankName(null);
tPreEmployeeInfo.setBankSubName(null); tPreEmployeeInfo.setBankSubName(null);
tPreEmployeeInfo.setBankProvince(null); tPreEmployeeInfo.setBankProvince(CommonConstants.ZERO_STRING);
tPreEmployeeInfo.setBankCity(null); tPreEmployeeInfo.setBankCity(CommonConstants.ZERO_STRING);
tPreEmployeeInfo.setTaxMonth(null); tPreEmployeeInfo.setTaxMonth(null);
} else { } else {
tPreEmployeeInfo.setBankName(tSalaryEmployee.getBankName()); tPreEmployeeInfo.setBankName(tSalaryEmployee.getBankName());
...@@ -362,8 +362,8 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -362,8 +362,8 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
} else { } else {
tPreEmployeeInfo.setBankName(null); tPreEmployeeInfo.setBankName(null);
tPreEmployeeInfo.setBankSubName(null); tPreEmployeeInfo.setBankSubName(null);
tPreEmployeeInfo.setBankProvince(null); tPreEmployeeInfo.setBankProvince(CommonConstants.ZERO_STRING);
tPreEmployeeInfo.setBankCity(null); tPreEmployeeInfo.setBankCity(CommonConstants.ZERO_STRING);
tPreEmployeeInfo.setTaxMonth(null); tPreEmployeeInfo.setTaxMonth(null);
} }
tPreEmployeeInfoService.updateById(tPreEmployeeInfo); tPreEmployeeInfoService.updateById(tPreEmployeeInfo);
......
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