Commit 56897fc7 authored by BlackJokerCJ's avatar BlackJokerCJ

xiyi

parent 662a2eb1
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -52,6 +52,7 @@ public class CreditThirdDataListener extends AbstractMQConsumerHandler<JSONObjec
abcHttpClient.postRequest(thirdCredit.toJSONString(), ZNPostUrlEnum.CREDIT_APPLY.getCode());
CreditModel creditModel1=new CreditModel();
creditModel1.setCreditThirdStatus("INIT");
creditModel1.setCreditThirdUrl("");
creditComponent.updateByOrderNo(req.getString("orderNo"),creditModel1);
}
}
......
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