From 8a17e0584bcbfa59f441ee71a4a46e52fc232f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 15 Mar 2021 17:49:04 +0800 Subject: [PATCH] aa --- 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 a2dae7498..f69d912c3 100644 --- a/business/model/dao/store.go +++ b/business/model/dao/store.go @@ -1214,7 +1214,7 @@ func GetStoreManageState(db *DaoDB, storeIDs []int, vendorID, sortType, offset, tempSortType = sortType } if GetStoreManageStateSortTypeMap[tempSortType] != "" { - sql += " ORDER BY " + GetStoreManageStateSortTypeMap[sortType] + sql += " ORDER BY " + GetStoreManageStateSortTypeMap[tempSortType] if sortType < 0 { sql += " DESC" }