Browse Source

维保订单详情

lizhen_gitee 4 days ago
parent
commit
0b2d63e75b
1 changed files with 1 additions and 1 deletions
  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();