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