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
QxQ
6 years ago
parent
552f9efa09
commit
2d67e2a5f2
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
models/Carpayment_model.php
+ 4
- 0
models/Carpayment_model.php
View File
@@ -449,6 +449,10 @@ class Carpayment_model extends CI_Model
return 2; // 2: 北車西上 (機車)
}
}
else if($cario['station_no'] == 40712)
{
return 2;
}
return 1; // 預設值
}
Write
Preview
Loading…
Cancel
Save