Commit cc3f97ab authored by hongguangwu's avatar hongguangwu

MVP1.7.2 优化

parent c856aac4
...@@ -724,7 +724,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -724,7 +724,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
return returnR; return returnR;
} else { } else {
redisUtil.remove(redisKey); redisUtil.remove(redisKey);
return R.failed("请检查状态!"); return R.failed("请检查主表的GrantNum!");
} }
} else { } else {
// 2明细表 // 2明细表
...@@ -762,7 +762,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -762,7 +762,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
return returnR; return returnR;
} else { } else {
redisUtil.remove(redisKey); redisUtil.remove(redisKey);
return R.failed("请检查状态!"); return R.failed("请检查明细表的GrantNum!");
} }
} }
} catch (Exception e) { } catch (Exception e) {
......
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