From aa53518c1f35c9af541f8d86f3dd39acbc036cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 6 Aug 2024 09:32:15 +0800 Subject: [PATCH] 1 --- business/partner/purchase/mtwm/order_comment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/partner/purchase/mtwm/order_comment.go b/business/partner/purchase/mtwm/order_comment.go index c8a661535..f3ea9ce85 100644 --- a/business/partner/purchase/mtwm/order_comment.go +++ b/business/partner/purchase/mtwm/order_comment.go @@ -259,7 +259,7 @@ func CommentListData(db *dao.DaoDB, skuList []*mtwmapi.CommentsList, startTime, orderCommentList = append(orderCommentList, orderComment) } else { orderComment.StoreID = 999999 - orderComment.VendorOrderID2 = "本地未绑定平台门店ID" + orderComment.VendorOrderID2 = orderComment.VendorOrderID orderCommentList = append(orderCommentList, orderComment) globals.SugarLogger.Debugf("获取美团外卖差评列表,失败:%s,%v", orderComment.VendorStoreID, err) }