From fb1cffd140049fe3903afd168585670ecc5fdca7 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 30 Jul 2021 16:08:19 +0800 Subject: [PATCH] aa --- 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 48a804f1a..9f2412144 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -4561,7 +4561,7 @@ func RefreshPageStore() { } } sqle := ` - SELECT * FROM meituan_showd WHERE brand_name = '' OR brand_name IS NULL OR brand_name = '无' OR brand_name = '0' + SELECT * FROM elm_showd WHERE brand_name = '' OR brand_name IS NULL OR brand_name = '无' OR brand_name = '0' ` dao.GetRows(db, &ebai2, sqle) if len(ebai2) > 0 {