From f67999ed169c688b5502b529f37aedbd45a9438c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Sun, 19 Jan 2020 17:16:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/model/dao/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/dao/store.go b/business/model/dao/store.go index 01eaea4bc..8c2c1da57 100644 --- a/business/model/dao/store.go +++ b/business/model/dao/store.go @@ -552,7 +552,7 @@ func GetStorePriceScore(db *DaoDB, storeIDs, vendorIDs []int, fromScore, toScore AND a.status = ? AND a.deleted_at = ? GROUP BY 1,2,3)t1 - GROUP BY 1)ON t1.store_id = a.store_id + GROUP BY 1)t2 ON t2.store_id = a.store_id WHERE 1=1 ` sqlParams = append(sqlParams, model.StoreSkuBindStatusNormal, utils.DefaultTimeValue)