Commit d65a7994 authored by hongguangwu's avatar hongguangwu

MVP1.6.4-过期变为终止

parent b6bfdf6d
......@@ -437,6 +437,7 @@ public class TSocialSoldierServiceImpl extends ServiceImpl<TSocialSoldierMapper,
updateSocial.setYgsRemarkOld(excel.getMsg());
// 过期自动变为终止
if (CommonConstants.ONE_STRING.equals(socialInfo.getYgsOverDueFlag())) {
updateSocial.setYgsRemarkOld("已过期,自动中止办理!");
ygsHandleStatus = CommonConstants.FOUR_STRING;
} else if (Common.isNotNull(excel.getMsg())) {
// 如果找到了失败原因配置:
......@@ -478,7 +479,8 @@ public class TSocialSoldierServiceImpl extends ServiceImpl<TSocialSoldierMapper,
updateSocial.setYsdRemarkOld(excel.getMsg());
// 过期自动变为终止
if (CommonConstants.ONE_STRING.equals(socialInfo.getYsdOverDueFlag())) {
ygsHandleStatus = CommonConstants.FOUR_STRING;
updateSocial.setYsdRemarkOld("已过期,自动中止办理!");
ysdHandleStatus = CommonConstants.FOUR_STRING;
} else if (Common.isNotNull(excel.getMsg())) {
// 如果找到了失败原因配置:
failConfig = getConfig(excel.getMsg(),errorMap);
......
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