Przeglądaj źródła

up - 服务完成

liugc 1 rok temu
rodzic
commit
a25c8a3b9a
1 zmienionych plików z 1 dodań i 1 usunięć
  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);