This commit is contained in:
邹宗楠
2023-10-12 17:35:29 +08:00
parent c8b5b9d1ad
commit e416962084
2 changed files with 0 additions and 9 deletions

View File

@@ -1,8 +1,6 @@
package mtwm
import (
"git.rosy.net.cn/baseapi/platformapi/dingdingapi"
"git.rosy.net.cn/jx-callback/business/jxutils/ddmsg"
"strings"
"time"
@@ -59,9 +57,6 @@ func (c *PurchaseHandler) RefreshComment(fromTime, toTime time.Time) (err error)
storeDetail, _ := dao.GetStoreDetail(dao.GetDB(), storeID, model.VendorIDMTWM, "")
commentList, _ := getAPI(storeDetail.VendorOrgCode, storeID, storeDetail.VendorStoreID).CommentQuery(storeDetail.VendorStoreID, startDateStr, endDateStr, 0, 0, mtwmapi.CommentReplyStatusNotReplied)
var orderCommentList []*model.OrderComment
if storeID == 669247 {
ddmsg.SendUserMessage(dingdingapi.MsgTyeText, "2452A93EEB9111EC9B06525400E86DC0", "自动好评回复:", utils.Int2Str(669247)+":"+utils.Int2Str(len(commentList)))
}
if len(commentList) == model.NO || commentList == nil {
return nil, nil
}