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)