Explorar el Código

新增停五繳費邏輯

master
QxQ hace 6 años
padre
commit
2d67e2a5f2
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      models/Carpayment_model.php

+ 4
- 0
models/Carpayment_model.php Ver fichero

@@ -449,6 +449,10 @@ class Carpayment_model extends CI_Model
return 2; // 2: 北車西上 (機車)
}
}
else if($cario['station_no'] == 40712)
{
return 2;
}
return 1; // 預設值
}


Cargando…
Cancelar
Guardar