From c548afcd862f6404bf9d975f3962abc8da4db967 Mon Sep 17 00:00:00 2001 From: gazebo Date: Wed, 13 Mar 2019 18:28:29 +0800 Subject: [PATCH] - fk --- business/jxcallback/orderman/oder_comment.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/business/jxcallback/orderman/oder_comment.go b/business/jxcallback/orderman/oder_comment.go index 1028b2c4b..e21964067 100644 --- a/business/jxcallback/orderman/oder_comment.go +++ b/business/jxcallback/orderman/oder_comment.go @@ -77,7 +77,8 @@ func (c *OrderManager) OnOrderComments(orderCommentList []*model.OrderComment) ( if order, err = partner.CurOrderManager.LoadOrder2(orderComment.VendorOrderID, model.VendorIDEBAI); err == nil { orderComment.VendorOrderID = order.VendorOrderID } else { - // globals.SugarLogger.Warnf("OnOrderComments, load orderID:%s failed", orderComment.VendorOrderID) + globals.SugarLogger.Infof("OnOrderComments, load orderID:%s failed", orderComment.VendorOrderID) + err = nil continue } }