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) }