From fc3bbcecbcc0e9b4274a67fab86aa2865b539f5a Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 28 Jun 2019 08:45:29 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=88=86=E9=A1=B5=E5=A4=AA=E9=95=BF?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E4=B8=8D=E9=80=9A=E8=BF=87storeid,=20nameid?= =?UTF-8?q?=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index af4482ce3..088f6e1c8 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -334,7 +334,7 @@ func GetStoresSkusNew(ctx *jxcontext.Context, storeIDs, skuIDs []int, isFocus bo }() skuNamesInfo = &StoreSkuNamesInfo{} - if !isBySku { + if !isBySku && sqlPageSize < 1000 { sql2 := ` SELECT SQL_CALC_FOUND_ROWS t3.id store_id, t1.id name_id