Merge branch 'feature/trippest'

hotfix/远程访问多媒体中心
lyt 6 years ago
commit dc8b3b4f89

@ -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);

Loading…
Cancel
Save