瀏覽代碼

完善功能

gorden 9 月之前
父節點
當前提交
c67cb407e1
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/admin/controller/order/WholeController.php

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

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