gorden 7 mēneši atpakaļ
vecāks
revīzija
c67cb407e1
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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;
             return true;
         }catch(\support\exception\BusinessException $e){
         }catch(\support\exception\BusinessException $e){
+            dump($e->getMessage());
             throw new BusinessException($e->getMessage());
             throw new BusinessException($e->getMessage());
         } catch (\Exception $e) {
         } catch (\Exception $e) {
+            dump($e->getMessage());
             throw new BusinessException('订单创建失败');
             throw new BusinessException('订单创建失败');
         }
         }
     }
     }