This commit is contained in:
邹宗楠
2024-08-05 14:21:49 +08:00
parent 69043f8aaf
commit 6390826aaf
2 changed files with 0 additions and 8 deletions

View File

@@ -172,7 +172,6 @@ func GetMtwmCommentList4ShanGou(key string, appOrgCode string, startTime, endTim
}
// 差评订单数据
orderCommentList := CommentListData(db, commentList, startTime, endTime)
globals.SugarLogger.Debugf("orderCommentList := %s", utils.Format4Output(orderCommentList, false))
if len(orderCommentList) > 0 {
return partner.CurOrderManager.OnOrderComments(orderCommentList)
}