Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
LeeWeiCheng
/
altob.st123
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
追加大客車進出訊號
master
LEE Wei Cheng
2 anni fa
parent
565404eb5e
commit
9e3d072efe
1 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione unificata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
models/Cars_model.php
+ 2
- 2
models/Cars_model.php
Vedi File
@@ -286,7 +286,7 @@ class Cars_model extends CI_Model
{
{
case 'CI':
case 'CI':
case 'MI':
case 'MI':
case 'TI':
if($opendoor)
if($opendoor)
{
{
// 空車位導引
// 空車位導引
@@ -418,7 +418,7 @@ class Cars_model extends CI_Model
// 出場
// 出場
case 'CO':
case 'CO':
case 'MO':
case 'MO':
case 'TO':
// 讀取最近一筆入場資料
// 讀取最近一筆入場資料
$rows_cario = $this->db
$rows_cario = $this->db
->select('cario_no, payed, in_time, pay_time, out_before_time')
->select('cario_no, payed, in_time, pay_time, out_before_time')
Write
Preview
Loading…
Annulla
Salva