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
009951e2a1
commit
ea56a125cb
1 ha cambiato i file
con
11 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
models/Carpayment_model.php
+ 11
- 0
models/Carpayment_model.php
Vedi File
@@ -457,6 +457,17 @@ class Carpayment_model extends CI_Model
{
return 2;
}
else if($cario['station_no'] == 40704)
{
if(substr($cario['in_out'], 0, 1) === 'C')
{
return 1; // 1: 平面 (一般車)
}
else
{
return 2; // 2: 平面 (大客車車)
}
}
return 1; // 預設值
}
Write
Preview
Loading…
Annulla
Salva