getstroes增加字段
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user