Commit d51efc84 authored by hongguangwu's avatar hongguangwu

MVP1.7.2 工行5次提交_定时任务

parent 9303bc97
......@@ -727,7 +727,7 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
redisUtil.remove(redisKey);
return R.failed("未找到明细表数据!");
}
if (!"待发放".equals(detail.getFdGrantStatus())) {
if (!"待发放".equals(detail.getFdHandleStatus())) {
redisUtil.remove(redisKey);
return R.failed("状态不是待发放!");
}
......
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