diff --git a/service/app/server/Tongcheng.php b/service/app/server/Tongcheng.php index bdfe75ce..f9cd540d 100644 --- a/service/app/server/Tongcheng.php +++ b/service/app/server/Tongcheng.php @@ -59,6 +59,9 @@ class Tongcheng { // Log::info("同程 订单详情拉取失败:{$order->order_id}"); // throw new Exception("同程拉单{$order->order_id}详情获取失败"); // } + if (in_array($order->orderStatus, [100, 150])) { + continue; + } $order->orderAmount = $order->orderAmount * 100; $item = new Orders();