Commit e0207357 authored by BlackJokerCJ's avatar BlackJokerCJ

修改提交

parent 13cfbe6b
......@@ -43,6 +43,7 @@ public class CreditThirdDataListener extends AbstractMQConsumerHandler<JSONObjec
@Override
public void run(JSONObject req) throws Exception {
log.info("req:[{}]",req.toJSONString());
JSONObject thirdCredit = new JSONObject();
thirdCredit.put("reqNo", req.getString("orderNo"));
thirdCredit.put("type", "01");
......
......@@ -30,6 +30,7 @@ public class WindowsProducer {
}
public void pullCreditThirdData(JSONObject json) {
log.info("json:[{}]",json.toJSONString());
publishData(null, json.toJSONString(), creditTopic, "creditThirdData");
}
......
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