Commit 44c070f5 authored by hongguangwu's avatar hongguangwu

1.7.22-派单

parent 4a83504f
...@@ -3803,8 +3803,8 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -3803,8 +3803,8 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
// 获取所有派单对应的户的自动化配置信息 // 获取所有派单对应的户的自动化配置信息
Map<String, AutoFlagVo> autoFlagMap = this.getAutoFlagMap(idsList); Map<String, AutoFlagVo> autoFlagMap = this.getAutoFlagMap(idsList);
Map<String, String> autoDocMap = new HashMap<>(); //Map<String, String> autoDocMap = new HashMap<>();
autoDocMap = getAutoDocFlagMap(idsList, autoDocMap); //autoDocMap = getAutoDocFlagMap(idsList, autoDocMap);
if (Common.isNotNull(dispatchs)) { if (Common.isNotNull(dispatchs)) {
// 获取所有派单查询信息 // 获取所有派单查询信息
Map<String, TSocialFundInfo> socialFundMap = initSocialFundMap(dispatchs); Map<String, TSocialFundInfo> socialFundMap = initSocialFundMap(dispatchs);
...@@ -4282,7 +4282,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -4282,7 +4282,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
dis.setDataFlagYsd(autoFlagVo.getDataFlagYsd()); dis.setDataFlagYsd(autoFlagVo.getDataFlagYsd());
} }
dis.setIsAutoLeaveDoc(autoDocMap.get(dis.getId())); //dis.setIsAutoLeaveDoc(autoDocMap.get(dis.getId()))
baseMapper.updateById(dis); baseMapper.updateById(dis);
socialFundMapper.updateById(sf); socialFundMapper.updateById(sf);
// 非(批量审核+审核为自动化+户配置为单个推送),才可以改社保 // 非(批量审核+审核为自动化+户配置为单个推送),才可以改社保
......
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