From 855089b37560be82ef79b26e55936a6693474ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Wed, 13 May 2020 14:05:12 +0800 Subject: [PATCH] =?UTF-8?q?getstroes=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 7a5084c4c..9a7504f51 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -399,7 +399,7 @@ func getStoresSql(ctx *jxcontext.Context, keyword string, params map[string]inte sqlWhereParams = append(sqlWhereParams, "%"+params["address"].(string)+"%") } if params["marketManPhone"] != nil { - sqlWhere += " AND t1.marketManPhone = ?" + sqlWhere += " AND t1.market_man_phone = ?" sqlWhereParams = append(sqlWhereParams, params["marketManPhone"].(string)) } if params["tel"] != nil {