|
|
|
@ -377,6 +377,7 @@ class TulanduoApi extends CI_Controller
|
|
|
|
|
,"COLI_OrderDetailText" => $new_detail
|
|
|
|
|
);
|
|
|
|
|
if (intval($coli_opi_id)===435) {
|
|
|
|
|
$coli_update_column["COLI_IsSuccess"] = 1; // 表示成行订单
|
|
|
|
|
$coli_update_column["COLI_State"] = $coli_state;
|
|
|
|
|
$coli_update_column["COLI_Price"] = $travel_fee;
|
|
|
|
|
$coli_update_column["COLI_CUrrency"] = $travel_fee_currency;
|
|
|
|
@ -852,6 +853,7 @@ class TulanduoApi extends CI_Controller
|
|
|
|
|
$this->Order_update->coli_where_update = " COLI_ID='" . $COLI_ID . "'";
|
|
|
|
|
$coli_update_column = array(
|
|
|
|
|
"COLI_State" => 40
|
|
|
|
|
,"COLI_IsSuccess" => NULL
|
|
|
|
|
);
|
|
|
|
|
return $this->Order_update->biz_confirmlineinfo_update($coli_update_column);
|
|
|
|
|
}
|
|
|
|
|