作者 lyh

gx数据

... ... @@ -46,7 +46,7 @@ class MenuSpecialLogic extends BaseLogic
* @time :2024/10/24 11:50
*/
public function searchParam(&$query,$map){
$query = $query->where('gl_manage_hr.status', $map['status'] ?? 1);
$query = $query->where('gl_manage_hr.status', null)->orWhere('gl_manage_hr.status', $map['status'] ?? 1);
return $query;
}
... ...