|
@@ -290,6 +290,7 @@ class OrderService
|
|
$result = json_decode(json_encode($result), true);
|
|
$result = json_decode(json_encode($result), true);
|
|
dump($result);
|
|
dump($result);
|
|
} catch (\Exception $e) {
|
|
} catch (\Exception $e) {
|
|
|
|
+ dump($e->getMessage());
|
|
throw new BusinessException("订单查询失败");
|
|
throw new BusinessException("订单查询失败");
|
|
}
|
|
}
|
|
|
|
|