update
This commit is contained in:
parent
a539abdaab
commit
2cd09e8e5b
@ -59,6 +59,10 @@ class ProjectManagerAppointmentLogic extends BaseLogic
|
||||
'remark' => $params['remark'],
|
||||
'annex' => $params['annex']? json_encode($params['annex']) : null,
|
||||
]);
|
||||
Project::where('id',$params['project_id'])->update([
|
||||
'status' => 4,
|
||||
'update_time' => time(),
|
||||
]);
|
||||
Db::commit();
|
||||
return true;
|
||||
} catch (\Exception $e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user