wugg 2 years ago
parent
commit
895c2de923
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Reorder.php

+ 1 - 1
app/admin/controller/Reorder.php

@@ -880,7 +880,7 @@ class Reorder extends Base
 
         }catch (\Exception $e){
             Db::rollback();
-            return error_show(1004,"更新失败");
+            return error_show(1004,$e->getMessage()."|".$e->getLine());
         }
 
     }