This commit is contained in:
邹宗楠
2024-08-05 13:42:45 +08:00
parent b416025a23
commit 35acfcf795
2 changed files with 7 additions and 9 deletions

View File

@@ -235,7 +235,7 @@ func CommentListData(db *dao.DaoDB, skuList []*mtwmapi.CommentsList, startTime,
store, err := dao.GetStoreDetailByVendorStoreID(db, orderComment.VendorStoreID, orderComment.VendorID, "")
if err != nil {
globals.SugarLogger.Debugf("获取美团外卖差评列表,失败:%v", err)
globals.SugarLogger.Debugf("获取美团外卖差评列表,失败:%s,%v", orderComment.VendorStoreID, err)
continue
}
orderComment.StoreID = store.ID