Commit 98e0fcd8 authored by hujun's avatar hujun Committed by zw

status=0

parent ba2e4d17
...@@ -384,6 +384,7 @@ class Shop extends Basic ...@@ -384,6 +384,7 @@ class Shop extends Basic
{ {
$houseExtModel = new GLandlordPhone(); $houseExtModel = new GLandlordPhone();
$where['phone'] = ['LIKE', '%'.$landlord_phone.'%']; $where['phone'] = ['LIKE', '%'.$landlord_phone.'%'];
$where['status'] = 0;
$houseIds = $houseExtModel->getAllList('house_id', $where); $houseIds = $houseExtModel->getAllList('house_id', $where);
$ids = ""; $ids = "";
if (count($houseIds) > 0) { if (count($houseIds) > 0) {
......
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