Commit 99423fc0 by rui.zhu

Merge remote-tracking branch 'origin/qa' into qa

parents 0a7fe0d5 da25124d
...@@ -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