Commit 144abe45 by 周晓航

删除无效日志 合并代码

parent a4cf3f30
......@@ -344,11 +344,11 @@ public class OrderCallBackMQService {
* @param body
*/
private void sendYoushuReportMQ(OrderCallBackRequestVo body) {
logger.info("send youshu report MQ orderCode:{} queue:{} content:{}", new Object[]{body.getOrderCode(), "send-youshu-report-queue", JSONObject.toJSONString(body.getContent())});
try {
if (Objects.isNull(body) || StringUtils.isEmpty(body.getContent())) {
return;
}
logger.info("send youshu report MQ orderCode:{} queue:{} content:{}", new Object[]{body.getOrderCode(), "send-youshu-report-queue", JSONObject.toJSONString(body.getContent())});
// 正常变化 订单正向操作 fisherman 检查下
if (body.getOperateType() == 1 && "1".equals(body.getMsgType())) {
Header header = new Header(MQAction.UPDATE.getAction(), "call-back-service-api",
......
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