From 987a1cc97a08b682b8d8edf720d651d05c50ae48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 20 Aug 2024 13:32:29 +0800 Subject: [PATCH] 1 --- business/partner/purchase/mtwm/order_comment.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/business/partner/purchase/mtwm/order_comment.go b/business/partner/purchase/mtwm/order_comment.go index 99ecf9a33..945059e79 100644 --- a/business/partner/purchase/mtwm/order_comment.go +++ b/business/partner/purchase/mtwm/order_comment.go @@ -63,6 +63,9 @@ func (c *PurchaseHandler) RefreshComment(fromTime, toTime time.Time) (err error) } // 查询门店差评 commentList, _ := getAPI(storeDetail.VendorOrgCode, storeID, storeDetail.VendorStoreID).CommentQuery(storeDetail.VendorStoreID, startDateStr, endDateStr, 0, 0, mtwmapi.CommentReplyStatusNotReplied) + if storeDetail.VendorStoreID == "23932637" { + globals.SugarLogger.Debugf("commentList --------------- := %s", utils.Format4Output(commentList, false)) + } var orderCommentList []*model.OrderComment if len(commentList) == model.NO || commentList == nil { return nil, nil