|
@@ -635,7 +635,6 @@ class ServiceWorkLogic extends BaseLogic
|
|
|
if($serviceWork->isEmpty()){
|
|
if($serviceWork->isEmpty()){
|
|
|
throw new \Exception('工单不存在');
|
|
throw new \Exception('工单不存在');
|
|
|
}
|
|
}
|
|
|
- $serviceWork->appointment_time = strtotime($params['appointment_time']);
|
|
|
|
|
$serviceWork->appoint_approval = 2;
|
|
$serviceWork->appoint_approval = 2;
|
|
|
$serviceWork->save();
|
|
$serviceWork->save();
|
|
|
Db::commit();
|
|
Db::commit();
|