Commit b34fa446 authored by 王向伟's avatar 王向伟

放款失败状态改为4

parent cf751f8b
......@@ -30,7 +30,7 @@ public class MoClothoServiceImpl implements MoClothoService{
paramMap.put("orderNo", loanId);
paramMap.put("payOrderNo", loanId);
paramMap.put("payTime",System.currentTimeMillis());
paramMap.put("payStatus", expectPayResult ? 3 : 5);
paramMap.put("payStatus", expectPayResult ? 3 : 4);
String result = moClothoCenter.pushLendingResult(paramMap);
log.info("[放款结果通知]moClotho返回结果result={}", result);
JsonResult jsonResult = JSONObject.parseObject(result,JsonResult.class);
......
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