From f49f9fc14128c4b1acf0ffdb6279f0acde20bfc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 5 Aug 2024 10:47:48 +0800 Subject: [PATCH] ! --- business/model/dao/dao_order_sku_financial.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/dao/dao_order_sku_financial.go b/business/model/dao/dao_order_sku_financial.go index 32086df70..6bf6c289b 100644 --- a/business/model/dao/dao_order_sku_financial.go +++ b/business/model/dao/dao_order_sku_financial.go @@ -44,7 +44,7 @@ func GetBadCommentOrderId(jxStoreId int, startTime, endTime time.Time, foodNameL mathProbability := make(map[string]float64, 0) for _, v := range vendorOrderIdList { skuFinancial := make([]*model.OrderSkuFinancial, 0, 0) - if err := GetRows(GetDB(), skuFinancial, sql2, []interface{}{v}...); err != nil { + if err := GetRows(GetDB(), &skuFinancial, sql2, []interface{}{v}...); err != nil { continue }