Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
LeeWeiCheng
/
altob.st123
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
更新植物園大客車代碼
master
LEE Wei Cheng
hace 2 años
padre
009951e2a1
commit
ea56a125cb
Se han
modificado 1 ficheros
con
11 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+11
-0
models/Carpayment_model.php
+ 11
- 0
models/Carpayment_model.php
Ver fichero
@@ -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; // 預設值
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar