diff --git a/business/model/dao/dao_order_sku_financial.go b/business/model/dao/dao_order_sku_financial.go index 228acf9c4..86c752ea5 100644 --- a/business/model/dao/dao_order_sku_financial.go +++ b/business/model/dao/dao_order_sku_financial.go @@ -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) diff --git a/business/partner/purchase/mtwm/order_comment.go b/business/partner/purchase/mtwm/order_comment.go index e55c91879..b15fd920a 100644 --- a/business/partner/purchase/mtwm/order_comment.go +++ b/business/partner/purchase/mtwm/order_comment.go @@ -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) }