gorden 9 месяцев назад
Родитель
Сommit
e9d7c327ac
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/admin/controller/order/WholeController.php

+ 2 - 2
app/admin/controller/order/WholeController.php

@@ -1737,10 +1737,10 @@ class WholeController extends Curd
             }
             return true;
         }catch(\support\exception\BusinessException $e){
-            dump($e->getMessage());
+            dump($e->getMessage().'||'.$e->getLine());
             throw new BusinessException($e->getMessage());
         } catch (\Exception $e) {
-            dump($e->getMessage());
+            dump($e->getMessage().'||'.$e->getLine());
             throw new BusinessException('订单创建失败');
         }
     }