Commit 41dc061a authored by fangxinjiang's avatar fangxinjiang

合同续签待办-fxj

parent 8ae763f0
......@@ -217,6 +217,7 @@ public class TDispatchInfoPreServiceImpl extends ServiceImpl<TDispatchInfoPreMap
for (TSocialPreDetailVo vo : registrationPreVo.getExitSocialInfoList()) {
TSocialPreDetail preDetal = new TSocialPreDetail();
BeanUtils.copyProperties(vo, preDetal);
preDetal.setId(null);
socialPreDetailService.save(preDetal);
}
//批量删除社保待购买列表中的待确认、待派单、派单失败、审核、办理失败的数据
......@@ -292,6 +293,7 @@ public class TDispatchInfoPreServiceImpl extends ServiceImpl<TDispatchInfoPreMap
for (TFundPreDetailVo vo : registrationPreVo.getExitFundInfoList()) {
TFundPreDetail preDetal = new TFundPreDetail();
BeanUtils.copyProperties(vo, preDetal);
preDetal.setId(null);
fundPreDetailService.save(preDetal);
}
//批量删除公积金待购买列表中的待确认、待派单、派单失败、审核、办理失败的数据
......
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