This commit is contained in:
邹宗楠
2024-08-20 13:32:29 +08:00
parent fc20a9e789
commit 987a1cc97a

View File

@@ -63,6 +63,9 @@ func (c *PurchaseHandler) RefreshComment(fromTime, toTime time.Time) (err error)
}
// 查询门店差评
commentList, _ := getAPI(storeDetail.VendorOrgCode, storeID, storeDetail.VendorStoreID).CommentQuery(storeDetail.VendorStoreID, startDateStr, endDateStr, 0, 0, mtwmapi.CommentReplyStatusNotReplied)
if storeDetail.VendorStoreID == "23932637" {
globals.SugarLogger.Debugf("commentList --------------- := %s", utils.Format4Output(commentList, false))
}
var orderCommentList []*model.OrderComment
if len(commentList) == model.NO || commentList == nil {
return nil, nil