|
|
@@ -97,7 +97,7 @@ class GroupServiceWorkLogic extends BaseLogic
|
|
|
|
|
|
//给客户发送工单验证码
|
|
|
event('Notice', [
|
|
|
- 'scene_id' => 105,
|
|
|
+ 'scene_id' => 128,
|
|
|
'params' => [
|
|
|
'user_id' => 0,
|
|
|
'mobile' => $work->mobile,
|
|
|
@@ -132,6 +132,7 @@ class GroupServiceWorkLogic extends BaseLogic
|
|
|
throw new Exception('请勿重复操作');
|
|
|
}
|
|
|
|
|
|
+ $work->finished_time = time();//完成时间
|
|
|
$work->finished_images = $params['finished_images'];
|
|
|
$work->user_confirm_status = 5;//用户确认完成
|
|
|
$work->work_status = 7;//服务工单已完结
|