From 74c0565ad00574ef5d23f8948376a237ca3f4edd Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 8 Jun 2021 13:57:47 +0800 Subject: [PATCH] aa --- business/jxstore/cms/store_sku.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 8c3c775a8..0e883af9c 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -1108,7 +1108,6 @@ func GetStoresSkusSaleInfoNew(ctx *jxcontext.Context, vendorIDs, storeIDs, skuID db = dao.GetDB() list []*GetStoresSkusSaleInfoNewResult ) - db.Db = orm.NewOrmUsingDB("c4beta") if len(storeIDs) == 0 && len(skuIDs) == 0 && keyword == "" { return nil, fmt.Errorf("请至少输入一个条件查询!") }