Commit cc3f97ab authored by hongguangwu's avatar hongguangwu

MVP1.7.2 优化

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