|
@@ -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('订单创建失败');
|
|
|
}
|
|
|
}
|