liyinglin 2 years ago
parent fe73a0839d
commit b8f85fdef0

@ -288,7 +288,7 @@ class ProjectController extends CommonController
public function askSubmit()
{
$userId = auth()->id();
// $project_id = \request('project_id',0);
$project_id = \request('project_id',0);
// 判断是否护士长
$roleId = Role::where('name', 'like', '%护士长%')->where('guard_name', 'admin')->value('id');

Loading…
Cancel
Save