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