소스 검색

up - 服务完成

liugc 1 년 전
부모
커밋
a25c8a3b9a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/common/controller/InternalApiController.php

+ 1 - 1
app/common/controller/InternalApiController.php

@@ -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);