|
|
|
@@ -406,11 +406,17 @@ class Carpark extends CC_Controller |
|
|
|
$value = isset($msg_arr[2]) ? $msg_arr[2] : 0;
|
|
|
|
$result = $data_model->force_sync_888($first_station_no, $group_id, $value);
|
|
|
|
|
|
|
|
//頂樓無在席的場
|
|
|
|
if($first_station_no = 40668)
|
|
|
|
{
|
|
|
|
$this->load->model('pks_model');
|
|
|
|
$this->pks_model->carno_updata_40668();
|
|
|
|
}
|
|
|
|
else if($first_station_no = 12171)
|
|
|
|
{
|
|
|
|
$this->load->model('pks_model');
|
|
|
|
$this->pks_model->carno_updata_12171();
|
|
|
|
}
|
|
|
|
trigger_error($LOG_FLAG . __FUNCTION__ . "..{$first_station_no}|{$group_id}|{$value}..result..{$result}..");
|
|
|
|
}
|
|
|
|
|
|
|
|
|