Commit 1c90543e authored by hongguangwu's avatar hongguangwu

MVP1.7.15-审核都推送税友

parent 7b271f9b
...@@ -3972,18 +3972,12 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -3972,18 +3972,12 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
if (Common.isNotNull(dis.getSocialProvince()) && provinceId.equals(dis.getSocialProvince()) if (Common.isNotNull(dis.getSocialProvince()) && provinceId.equals(dis.getSocialProvince())
&& set != null && Common.isNotNull(set.getType()) && set.getType() == 1) { && set != null && Common.isNotNull(set.getType()) && set.getType() == 1) {
isFriend = true; isFriend = true;
} // 单个与批量审核,都推送,但是会过滤户里配置单个的
if (!isFriend || CommonConstants.ONE_STRING.equals(isSingleAudit)) {
// 当前默认 安徽省 ,且开关是税友的,才可以税友推送办理
if (isFriend) {
// 断开派单单条推送税友
// 单个审核接口并且户类型为单个,即时推送税友
friendIdList.add(dis.getId()); friendIdList.add(dis.getId());
} else { } else {
soldierIdList.add(dis.getId()); soldierIdList.add(dis.getId());
} }
} }
}
//派减的申请审核完更新社保公积金查询快照表 //派减的申请审核完更新社保公积金查询快照表
if (CommonConstants.ONE_STRING.equals(dis.getType())) { if (CommonConstants.ONE_STRING.equals(dis.getType())) {
......
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