fix: 地接已取消的团, HT数据已设为无效

feature/trippest
lyt 5 years ago
parent cc2c522cb1
commit dc66ff5613

@ -282,6 +282,9 @@ class TulanduoApi extends CI_Controller
if (intval($order->COLI_OPI_ID) === 435) { if (intval($order->COLI_OPI_ID) === 435) {
$this->order_cancel($order->COLI_ID); $this->order_cancel($order->COLI_ID);
} }
if ($order->COLI_SN===null) {
return;
}
// return; // return;
} }
$allDetails_to_HT = ""; $allDetails_to_HT = "";

Loading…
Cancel
Save