|
|
@@ -63,7 +63,7 @@ class InternalApiController extends BaseLikeAdminController
|
|
|
$service_work = ServiceWork::where('work_sn',$params['work_sn'])->findOrEmpty();
|
|
|
if($service_work->isEmpty()) throw new \Exception('工单不存在',404);
|
|
|
if($service_work->user_confirm_status < 3){
|
|
|
- throw new \Exception('正在服务中,请稍后再试...',404);
|
|
|
+ //throw new \Exception('正在服务中,请稍后再试...',404);
|
|
|
}
|
|
|
if(in_array($service_work->service_status,[3,4,5])){
|
|
|
return $this->success('内部确认服务完成', [], 0, 1);
|