Commit 2a899af0 authored by hongguangwu's avatar hongguangwu

1.7.22-税友excel转图片换插件

parent 36ca506d
......@@ -358,6 +358,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
}
}
updateSocial.setYgsHandleStatus(ygsHandleStatus);
updateSocial.setYgsHandleStatusOld("");
// 拉取审核结果,加日志
if (Common.isNotNull(ygsHandleStatus)) {
socialLog = tSocialSoldierLogService.getSocialFriendLog(socialInfo, "拉取", "社保"
......@@ -448,6 +449,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
}
}
updateSocial.setYsdHandleStatus(ysdHandleStatus);
updateSocial.setYsdHandleStatusOld("");
// 拉取审核结果,加日志
if (Common.isNotNull(ysdHandleStatus)) {
......@@ -639,6 +641,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
updateSocial = new TSocialInfo();
updateSocial.setId(socialInfo.getId());
updateSocial.setYgsHandleStatus(ygsHandleStatus);
updateSocial.setYgsHandleStatusOld("");
// 处理社保办理成功或失败,
if (Common.isNotNull(updateSocial.getId())) {
tSocialInfoService.updateById(updateSocial);
......@@ -652,6 +655,7 @@ public class TSocialFriendServiceImpl extends ServiceImpl<TSocialFriendMapper, T
updateSocial = new TSocialInfo();
updateSocial.setId(socialInfo.getId());
updateSocial.setYsdHandleStatus(ygsHandleStatus);
updateSocial.setYsdHandleStatusOld("");
// 处理社保办理成功或失败,
if (Common.isNotNull(updateSocial.getId())) {
tSocialInfoService.updateById(updateSocial);
......
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