Commit d5174ec9 authored by hongguangwu's avatar hongguangwu

Merge branch 'MVP1.7.0' into develop

parents ce847e08 4eaf1e94
......@@ -3480,13 +3480,6 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
tPreEmployeeInfo.setBankSubName(info.getBankSubName());
tPreEmployeeInfo.setBankNo(info.getBankNo());
tPreEmployeeInfo.setTaxMonth(info.getTaxMonthValue());
} else {
tPreEmployeeInfo.setBankName(null);
tPreEmployeeInfo.setBankProvince(null);
tPreEmployeeInfo.setBankCity(null);
tPreEmployeeInfo.setBankSubName(null);
tPreEmployeeInfo.setBankNo(null);
tPreEmployeeInfo.setTaxMonth(null);
}
tPreEmployeeInfo.setTaxMonthFlag(CommonConstants.ONE_STRING);
tPreEmployeeInfo.setContactProvince(info.getContactProvinceValue());
......
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