|
...
|
...
|
@@ -31,7 +31,7 @@ class HrLogic extends BaseLogic |
|
|
|
* @method :post
|
|
|
|
* @time :2023/7/24 11:50
|
|
|
|
*/
|
|
|
|
public function getList($map,$page,$row,$order = 'id',$filed = ['*']){
|
|
|
|
public function getHrList($map,$page,$row,$order = 'id',$filed = ['*']){
|
|
|
|
$lists = $this->model->lists($map,$page,$row,$order,$filed);
|
|
|
|
return $this->success($lists);
|
|
|
|
}
|
...
|
...
|
|