Commit 1f5b1ee4 authored by hujun's avatar hujun

成交报告商铺类型搜索

parent 18059d42
......@@ -100,6 +100,11 @@ class Finance extends Basic
$where['a.house_number'] = [ 'like', '%' . $this->params['house_number'] . '%' ];
}
//商铺类型(0商场,1街铺)
if (!empty($this->params['shop_type'])) {
$where['d.shop_type'] = $this->params['shop_type'];
}
switch ($check_status) {
case 2 :
//成交报告列表-第二级审核
......
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