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

审批通过参数添加amountTermLimits

parent 09b7f15e
...@@ -821,6 +821,7 @@ public class MoOrderServiceImpl implements OrderService{ ...@@ -821,6 +821,7 @@ public class MoOrderServiceImpl implements OrderService{
data.put("term",approveVo.getPeriod()); data.put("term",approveVo.getPeriod());
data.put("financeProducts", fundFormat); data.put("financeProducts", fundFormat);
data.put("validity",30); data.put("validity",30);
data.put("amountTermLimits","[{\"amountMax\":\"8000\",\"terms\":\"3,6,9\",\"amountMin\":\"6000\"},{\"amountMax\":\"6000\",\"terms\":\"6,9\",\"amountMin\":\"4000\"},{\"amountMax\":\"4000\",\"terms\":\"9\",\"amountMin\":\"0\"}]");
}else { }else {
data.put("refuseReason","{ces:测试审核拒绝}"); data.put("refuseReason","{ces:测试审核拒绝}");
} }
......
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