Commit 85fd32ee authored by BlackJokerCJ's avatar BlackJokerCJ

修改提交

parent 2c544f72
...@@ -67,7 +67,7 @@ public class CreditSubmitCommand extends AbstractCommand { ...@@ -67,7 +67,7 @@ public class CreditSubmitCommand extends AbstractCommand {
String requestBody = RuntimeContextHolder.currentRuntimeContext().getRequestBody(); String requestBody = RuntimeContextHolder.currentRuntimeContext().getRequestBody();
CreditSubmitRequest request = JSON.parseObject(requestBody, CreditSubmitRequest.class); CreditSubmitRequest request = JSON.parseObject(requestBody, CreditSubmitRequest.class);
JSONObject thirdDataReq=new JSONObject(); JSONObject thirdDataReq=new JSONObject();
thirdDataReq.put("orderNO",request.getOrderNo()); thirdDataReq.put("orderNo",request.getOrderNo());
windowsProducer.pullCreditThirdData(thirdDataReq); windowsProducer.pullCreditThirdData(thirdDataReq);
CreditModel order = creditComponent.getByOrderNo(request.getOrderNo()); CreditModel order = creditComponent.getByOrderNo(request.getOrderNo());
if (ObjectUtil.isNotNull(order)) { if (ObjectUtil.isNotNull(order)) {
......
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