Commit 2d17dd38 by zhiheng.zhang

规范打印日志信息

parent c6addd4b
...@@ -474,7 +474,7 @@ public class ThirdDeliveryServiceImpl implements ThirdDeliveryService { ...@@ -474,7 +474,7 @@ public class ThirdDeliveryServiceImpl implements ThirdDeliveryService {
sendMessageRequest.setOrderStatus(desc); sendMessageRequest.setOrderStatus(desc);
sendMessageRequest.setUtcTime(unusualTime); sendMessageRequest.setUtcTime(unusualTime);
SendMessageResponse sendMessageResponse = ecologyAdminApplicationClient.sendTemplateMessage(sendMessageRequest); SendMessageResponse sendMessageResponse = ecologyAdminApplicationClient.sendTemplateMessage(sendMessageRequest);
log.error("调用生态返回参数:{}",JSONObject.toJSONString(sendMessageResponse)); log.info("调用生态返回参数,订单编号:{},返回信息:{}",orderId,JSONObject.toJSONString(sendMessageResponse));
}catch (Exception e){ }catch (Exception e){
log.error("调用生态返回参数失败,订单编号:{},失败原因:{}",orderId,e.getMessage()); log.error("调用生态返回参数失败,订单编号:{},失败原因:{}",orderId,e.getMessage());
} }
......
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