소스 검색

维保订单详情

lizhen_gitee 1 주 전
부모
커밋
0b2d63e75b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/company/controller/Maintain.php

+ 1 - 1
application/company/controller/Maintain.php

@@ -429,7 +429,7 @@ class Maintain extends Apic
             ->find();
 
         if($info['company_id'] != $this->auth->company_id){
-            $this->error('没找到订单');
+            //$this->error('没找到订单');
         }
 
         $maintain_model = new Maintainmodel();