Commit 0b853c2b authored by 蔡闯's avatar 蔡闯

20201-2-19

parent 236e48b7
......@@ -67,7 +67,7 @@ class Userbind extends Base
$vacancy = new Vacancy($this->app);
$page = Request::param('page',1);
$type = Request::param('type');
if(isset($type)) {
if(isset($type) && $type != '') {
$where[] = ['hub.type','=',$type];
}
$where[] = ['hub.village_id','=',$this->village_id];
......
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