From 1f89f2035421a9fadca04d7293f75813c7a2c7dd Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Thu, 20 May 2021 10:07:56 +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 42bd34bc1..b160c1b9b 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -4374,7 +4374,7 @@ func RefreshPageStore() { ) UNION ALL ( - SELECT 1, a.wmpoiid, a.name, a.address, a.city_name, '', a.lng, a.lat + SELECT 1, a.wmpoiid, a.name, a.address, ISNULL(a.city_name), '', a.lng, a.lat FROM meituan_showd a ) )t1