Commit ca8348ff authored by fangxinjiang's avatar fangxinjiang

Merge remote-tracking branch 'origin/MVP1.7.2' into MVP1.7.2

parents 83a32e3b de430d78
...@@ -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