liyinglin 3 years ago
parent 58e3224308
commit fbb8a5559e

@ -137,6 +137,7 @@ class ProjectController extends CommonController
$links[] = [
'admin_id' => $item,
'area_id' => $res->id,
'project_id'=>$res->project_id,
'created_at' => date('Y-m-d H:i:s')
];
}
@ -206,6 +207,7 @@ class ProjectController extends CommonController
$links[] = [
'admin_id' => $item,
'area_id' => $request->id,
'project_id'=>$res->project_id,
'created_at' => date('Y-m-d H:i:s')
];
}

Loading…
Cancel
Save