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

@@ -1,7 +1,6 @@
package dao
import (
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/business/model"
"git.rosy.net.cn/jx-callback/globals"
"git.rosy.net.cn/jx-print/dao"
@@ -38,12 +37,6 @@ func GetBadCommentOrderId(jxStoreId int, startTime, endTime time.Time, foodNameL
vendorOrderIdList = append(vendorOrderIdList, v.VendorOrderId)
}
}
globals.SugarLogger.Debugf("commentOrder name list := %s", utils.Format4Output(commentOrder, false))
globals.SugarLogger.Debugf("foodNameList name list := %s", utils.Format4Output(foodNameList, false))
globals.SugarLogger.Debugf("jxStoreId name list := %s", utils.Format4Output(jxStoreId, false))
globals.SugarLogger.Debugf("jxStoreId name list start := %s", utils.Format4Output(startTime, false))
globals.SugarLogger.Debugf("jxStoreId name list endTime:= %s", utils.Format4Output(endTime, false))
globals.SugarLogger.Debugf("--------------------------------------")
sql2 := `SELECT * FROM order_sku_financial WHERE vendor_order_id = ? AND is_afs_order = 0 AND vendor_id = 1 `
mathProbability := make(map[string]float64, 0)

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)
}