Commit fe1a897e authored by hongguangwu's avatar hongguangwu

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

parent d51efc84
...@@ -898,10 +898,9 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn ...@@ -898,10 +898,9 @@ public class IcbcTransactionFlowIssueServiceImpl extends ServiceImpl<EkpSocialIn
main.setFdGrantStatus("拒绝授权"); main.setFdGrantStatus("拒绝授权");
ekpBankPayTaskService.updateById(main); ekpBankPayTaskService.updateById(main);
// 更新明细状态为 发放失败,原因为拒绝授权 // 更新明细状态为 发放失败,原因为拒绝授权
ekpBankGrantDetailService.updateStatusByGrantFail(vo.getFdId()); //ekpBankGrantDetailService.updateStatusByGrantFail(vo.getFdId())
} }
} }
return R.ok();
} }
} }
} }
......
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