Commit 771fa273 authored by hongguangwu's avatar hongguangwu

MVP1.6.4-优化社保士兵

parent d201c681
...@@ -464,8 +464,8 @@ public class TSocialSoldierServiceImpl extends ServiceImpl<TSocialSoldierMapper, ...@@ -464,8 +464,8 @@ public class TSocialSoldierServiceImpl extends ServiceImpl<TSocialSoldierMapper,
ygsHandleStatus = CommonConstants.FOUR_STRING; ygsHandleStatus = CommonConstants.FOUR_STRING;
ygsFailList = new ArrayList<>(); ygsFailList = new ArrayList<>();
ygsFailList.add(socialInfo.getDispatchId()); ygsFailList.add(socialInfo.getDispatchId());
handleRemark = "社保士兵自动办理失败已过期,自动中止办理!"; handleRemark = "社保士兵自动办理失败已过期,自动中止办理!";
remark = "社保士兵自动办理失败!!已过期,自动中止办理!"; remark = "社保士兵自动办理失败!!已过期,自动中止办理!";
} else if (Common.isNotNull(excel.getMsg())) { } else if (Common.isNotNull(excel.getMsg())) {
// 如果找到了失败原因配置: // 如果找到了失败原因配置:
failConfig = getConfig(excel.getMsg(),errorMap); failConfig = getConfig(excel.getMsg(),errorMap);
...@@ -541,8 +541,8 @@ public class TSocialSoldierServiceImpl extends ServiceImpl<TSocialSoldierMapper, ...@@ -541,8 +541,8 @@ public class TSocialSoldierServiceImpl extends ServiceImpl<TSocialSoldierMapper,
ysdHandleStatus = CommonConstants.FOUR_STRING; ysdHandleStatus = CommonConstants.FOUR_STRING;
ysdFailList = new ArrayList<>(); ysdFailList = new ArrayList<>();
ysdFailList.add(socialInfo.getDispatchId()); ysdFailList.add(socialInfo.getDispatchId());
handleRemark = "社保士兵自动办理失败已过期,自动中止办理!"; handleRemark = "社保士兵自动办理失败已过期,自动中止办理!";
remark = "社保士兵自动办理失败!!已过期,自动中止办理!"; remark = "社保士兵自动办理失败!!已过期,自动中止办理!";
} else if (Common.isNotNull(excel.getMsg())) { } else if (Common.isNotNull(excel.getMsg())) {
// 如果找到了失败原因配置: // 如果找到了失败原因配置:
failConfig = getConfig(excel.getMsg(),errorMap); failConfig = getConfig(excel.getMsg(),errorMap);
...@@ -565,8 +565,8 @@ public class TSocialSoldierServiceImpl extends ServiceImpl<TSocialSoldierMapper, ...@@ -565,8 +565,8 @@ public class TSocialSoldierServiceImpl extends ServiceImpl<TSocialSoldierMapper,
ysdHandleStatus = CommonConstants.FOUR_STRING; ysdHandleStatus = CommonConstants.FOUR_STRING;
ysdFailList = new ArrayList<>(); ysdFailList = new ArrayList<>();
ysdFailList.add(socialInfo.getDispatchId()); ysdFailList.add(socialInfo.getDispatchId());
handleRemark = "社保士兵自动办理失败:"+failConfig.getSimpleReason(); handleRemark = "社保士兵自动办理失败!中止办理:"+failConfig.getSimpleReason();
remark = "社保士兵自动办理失败!!" + failConfig.getSimpleReason(); remark = "社保士兵自动办理失败!!中止办理:" + failConfig.getSimpleReason();
} else if (CommonConstants.THREE_STRING.equals(failConfig.getReplay())) { } else if (CommonConstants.THREE_STRING.equals(failConfig.getReplay())) {
ysdHandleStatus = CommonConstants.FIVE_STRING; ysdHandleStatus = CommonConstants.FIVE_STRING;
// 新增流程进展明细 // 新增流程进展明细
......
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