|
|
|
@ -471,6 +471,8 @@ class TulanduoApi extends CI_Controller
|
|
|
|
|
$cold_update_column["COLD_ServiceSN2"] = $pag_info->pag_sub;
|
|
|
|
|
$cold_update_column["COLD_ServiceCity"] = $pag_info->serviceinfo->PAG_CII_SN;
|
|
|
|
|
$cold_update_column["COLD_PlanVEI_SN"] = $vei_SN;
|
|
|
|
|
$cold_update_column["COLD_StartDate"] = $detail_jsonResp->orderDetail->travelDate;
|
|
|
|
|
$cold_update_column["COLD_EndDate"] = $detail_jsonResp->orderDetail->leaveDate;
|
|
|
|
|
}
|
|
|
|
|
$this->Order_update->cold_where_update = " COLD_SN=" . $cold_sn;
|
|
|
|
|
$this->Order_update->biz_confirmlinedetail_update($cold_update_column);
|
|
|
|
|