作者 lyh

gx

... ... @@ -397,6 +397,7 @@ class ProjectController extends BaseController
*/
public function getManagerList(){
$hrManagerModel = new ManageHr();
$this->map['status'] = $hrManagerModel::STATUS_ONE;
$lists = $hrManagerModel->list($this->map,'id',['id','manage_id','name','entry_position','is_leader']);
$this->response('success',Code::SUCCESS,$lists);
}
... ...
... ... @@ -7,6 +7,7 @@ class ManageHr extends Base
{
protected $table = 'gl_manage_hr';
const STATUS_ONE = 1;
/**
* 特殊字段
* @return string[]
... ...