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
更新植物園大客車代碼1
master
LEE Wei Cheng
2 years ago
parent
ea56a125cb
commit
55df402487
1 changed files
with
1 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-8
models/Carpayment_model.php
+ 1
- 8
models/Carpayment_model.php
View File
@@ -459,14 +459,7 @@ class Carpayment_model extends CI_Model
}
else if($cario['station_no'] == 40704)
{
if(substr($cario['in_out'], 0, 1) === 'C')
{
return 1; // 1: 平面 (一般車)
}
else
{
return 2; // 2: 平面 (大客車車)
}
return 1;
}
return 1; // 預設值
Write
Preview
Loading…
Cancel
Save