This website works better with JavaScript.
Home
Explore
Help
Sign In
LeeWeiCheng
/
altob.st123
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新植物園大客車代碼
master
LEE Wei Cheng
2 years ago
parent
009951e2a1
commit
ea56a125cb
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
models/Carpayment_model.php
+ 11
- 0
models/Carpayment_model.php
View 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…
Cancel
Save