Ver código fonte

upd

station_14109
altob.rd 8 anos atrás
pai
commit
4037334d1c
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      controllers/Carpark.php

+ 4
- 0
controllers/Carpark.php Ver arquivo

@@ -431,6 +431,10 @@ class Carpark extends CI_Controller
{ {
$this->sync_data_model->sync_switch_lpr($switch_lpr_arr); $this->sync_data_model->sync_switch_lpr($switch_lpr_arr);
} }
// 3. 歐pa卡同步 (TODO: 暫時放在這)
$result = $this->sync_data_model->sync_allpa_user($station_no_arr);
trigger_error(__FUNCTION__ . '..sync_allpa_user: '. $result);
} }
// [API] 取得最新未結清 // [API] 取得最新未結清


Carregando…
Cancelar
Salvar