Commit 2cec8b21 authored by hujun's avatar hujun

是否对客户展示

parent d5655218
......@@ -1018,6 +1018,11 @@ class OfficeRoomService
if (isset($params['create_time_start']) && isset($params['create_time_end'])) {
$where['a.create_time'] = ['between', [$params['create_time_start'], $params['create_time_end']]];
}
//是否对客户展示 0是1否显示在c端用户
if (isset($params['is_show'])) {
$where['a.is_show'] = $params['is_show'];
}
return $where;
}
......
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