Commit a1a5c7a5 by xiaoer.li@freemud.com

增加流转数据记录

parent 0969b437
...@@ -229,6 +229,7 @@ public class OrderCallBackMQService { ...@@ -229,6 +229,7 @@ public class OrderCallBackMQService {
*/ */
private void sendnvoiceReportMQ(OrderCallBackRequestVo body) { private void sendnvoiceReportMQ(OrderCallBackRequestVo body) {
log.info("sendnvoiceReportMQ:{},{}",body.getOrderCode(), body.getContent());
if (!ObjectUtils.equals("1", body.getMsgType()) || body.getOperateType() == null || body.getOperateType() == 2) { if (!ObjectUtils.equals("1", body.getMsgType()) || body.getOperateType() == null || body.getOperateType() == 2) {
return ; return ;
} }
......
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