Commit da25124d by ping.wu

支付查询mq打印日志排查问题恢复

parent eb2f69c6
...@@ -1233,7 +1233,6 @@ public class PayServiceImpl { ...@@ -1233,7 +1233,6 @@ public class PayServiceImpl {
dto.setPayChannelType(payChanelType); dto.setPayChannelType(payChanelType);
dto.setTrackingNo(LogThreadLocal.getTrackingNo()); dto.setTrackingNo(LogThreadLocal.getTrackingNo());
try { try {
orderQueueService.paymentCallback(dto);
orderQueueService.putPayQueryDelMq(dto); orderQueueService.putPayQueryDelMq(dto);
} catch (Exception e) { } catch (Exception e) {
AppLogUtil.errorLog("paymentQueueService.paymentCallback,orderId:{}", orderId, null, e); AppLogUtil.errorLog("paymentQueueService.paymentCallback,orderId:{}", orderId, null, e);
......
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