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