diff --git a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php index 89e945f1..54a240c8 100644 --- a/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php +++ b/webht/third_party/trippestOrderSync/controllers/TulanduoApi.php @@ -225,6 +225,9 @@ class TulanduoApi extends CI_Controller } if ($detail_jsonResp->errMsg == "您没有查看本订单的权限!") { $this->plan_cancel($order->GCI_VendorOrderId, "forbidden"); + if (intval($order->COLI_OPI_ID) === 435) { + $this->order_cancel($order->COLI_ID); + } } return; }