|
|
@@ -459,14 +459,7 @@ class Carpayment_model extends CI_Model |
|
|
}
|
|
|
}
|
|
|
else if($cario['station_no'] == 40704)
|
|
|
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; // 預設值
|
|
|
return 1; // 預設值
|
|
|
|