Commit 0d3e5dda authored by hujun's avatar hujun

1

parent bba5d552
......@@ -836,7 +836,7 @@ class Shop extends Basic
$msg = "";
try {
$m_house = new GHouses();
$where['internal_address'] = ['LIKE', $this->params['address']. '%'];
$where['internal_address'] = ['LIKE', '%'. $this->params['address']. '%'];
$where['city'] = $this->params['city'];
$data = $m_house->getHouseInfo('id,internal_address as address', $where);
$code = 200;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment