fuyu 5 years ago
parent
commit
fe72f4734e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      application/inter/controller/Writereport.php

+ 1 - 2
application/inter/controller/Writereport.php

@@ -581,9 +581,8 @@ class Writereport extends Base
             Db::rollback();
             Log::record("-----错误-----");
             Log::record('xxxxxxxxx');
-            die;
             Log::record($e);
-            
+            die;
         }
         return json_encode(['status'=>'fail','code'=>'2110','确认报告失败']);
     }