From 4b14277f299f6d097f81dce96be665a26f2da9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 11 Mar 2021 18:21:48 +0800 Subject: [PATCH] aa --- business/model/dao/store.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/model/dao/store.go b/business/model/dao/store.go index 720efc095..1801eae0d 100644 --- a/business/model/dao/store.go +++ b/business/model/dao/store.go @@ -1211,7 +1211,6 @@ func GetStoreManageState(db *DaoDB, storeIDs []int, vendorID, sortType, offset, if sortType < 0 { sql += " DESC" } - sqlParams = append(sqlParams, sortType) } } sql += " LIMIT ? OFFSET ?"