1
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user