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 {