gorden преди 7 месеца
родител
ревизия
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;
             return true;
         }catch(\support\exception\BusinessException $e){
         }catch(\support\exception\BusinessException $e){
-            dump($e->getMessage());
+            dump($e->getMessage().'||'.$e->getLine());
             throw new BusinessException($e->getMessage());
             throw new BusinessException($e->getMessage());
         } catch (\Exception $e) {
         } catch (\Exception $e) {
-            dump($e->getMessage());
+            dump($e->getMessage().'||'.$e->getLine());
             throw new BusinessException('订单创建失败');
             throw new BusinessException('订单创建失败');
         }
         }
     }
     }