This commit is contained in:
邹宗楠
2024-08-06 09:32:15 +08:00
parent bccea89fc1
commit aa53518c1f

View File

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