作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

bug修改

... ... @@ -403,7 +403,7 @@ class Index extends Api
if(!empty($dept_ids)){
$where1 = [];
foreach (explode(',',$dept_ids) as $v){
$where1[] = 'find_in_set('.$v.','.$dept_ids.')';
$where1[] = 'find_in_set('.$v.',dept_ids)';
}
$where .= ' and ('.implode(' or ',$where1).')';
}
... ...