同程过滤用户取消订单
This commit is contained in:
parent
46e54bb429
commit
c2384f1836
|
@ -59,6 +59,9 @@ class Tongcheng {
|
||||||
// Log::info("同程 订单详情拉取失败:{$order->order_id}");
|
// Log::info("同程 订单详情拉取失败:{$order->order_id}");
|
||||||
// throw new Exception("同程拉单{$order->order_id}详情获取失败");
|
// throw new Exception("同程拉单{$order->order_id}详情获取失败");
|
||||||
// }
|
// }
|
||||||
|
if (in_array($order->orderStatus, [100, 150])) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
$order->orderAmount = $order->orderAmount * 100;
|
$order->orderAmount = $order->orderAmount * 100;
|
||||||
$item = new Orders();
|
$item = new Orders();
|
||||||
|
|
Loading…
Reference in New Issue