From edff61d85c3345b6b82f72a8a5307a93d4420484 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 9 Aug 2019 11:15:44 +0800 Subject: [PATCH] =?UTF-8?q?-=20GetStores=E4=B8=ADGROUP=20BY=E4=B8=8E?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=B8=8D=E5=8C=B9=E9=85=8D=E7=9A=84BUG?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 707be74d8..b838cecb9 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -318,7 +318,7 @@ func GetStores(ctx *jxcontext.Context, keyword string, params map[string]interfa } sql += sqlWhere + ` - GROUP BY 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31, 32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55 + GROUP BY 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31, 32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58 ORDER BY t1.id DESC /*LIMIT ? OFFSET ?*/` pageSize = jxutils.FormalizePageSize(pageSize)