Commit d6322b2c authored by hongguangwu's avatar hongguangwu

MVP1.7.0 优化-清空户籍

parent 38d1ac3c
...@@ -3429,6 +3429,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -3429,6 +3429,7 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
tPreEmployeeInfo.setPoliticalStatus(info.getPoliticalStatusValue()); tPreEmployeeInfo.setPoliticalStatus(info.getPoliticalStatusValue());
tPreEmployeeInfo.setEmpEmail(info.getEmpEmail()); tPreEmployeeInfo.setEmpEmail(info.getEmpEmail());
tPreEmployeeInfo.setEmpPhone(info.getEmpPhone()); tPreEmployeeInfo.setEmpPhone(info.getEmpPhone());
// 2024-10-30 20:02:53 测试jld认为如果没写户籍省,则带出档案。我认为有道理
if (Common.isNotNull(info.getIdProvinceValue())) { if (Common.isNotNull(info.getIdProvinceValue())) {
tPreEmployeeInfo.setIdProvince(Integer.parseInt(info.getIdProvinceValue())); tPreEmployeeInfo.setIdProvince(Integer.parseInt(info.getIdProvinceValue()));
if (Common.isNotNull(info.getIdCityValue())) { if (Common.isNotNull(info.getIdCityValue())) {
......
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