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 {