From 4815f3909db17a0bbad31149cee34fb4165decd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 18 Jul 2023 10:28:48 +0800 Subject: [PATCH] 1 --- business/partner/purchase/mtwm/order_comment.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/partner/purchase/mtwm/order_comment.go b/business/partner/purchase/mtwm/order_comment.go index 1dd2107f7..1d77c9429 100644 --- a/business/partner/purchase/mtwm/order_comment.go +++ b/business/partner/purchase/mtwm/order_comment.go @@ -57,6 +57,7 @@ func (c *PurchaseHandler) RefreshComment(fromTime, toTime time.Time) (err error) storeDetail, _ := dao.GetStoreDetail(dao.GetDB(), storeID, model.VendorIDMTWM, "") commentList, err2 := getAPI(storeDetail.VendorOrgCode, storeID, storeDetail.VendorStoreID).CommentQuery(storeDetail.VendorStoreID, startDateStr, endDateStr, 0, 0, mtwmapi.CommentReplyStatusNotReplied) globals.SugarLogger.Debugf("========commentList= :%s", utils.Format4Output(commentList, false)) + globals.SugarLogger.Debugf("========commentList= :%s", utils.Format4Output(err2, false)) var orderCommentList []*model.OrderComment if err2 != nil || len(commentList) == model.NO { return nil, err2