|
|
|
@@ -286,7 +286,7 @@ class Cars_model extends CI_Model |
|
|
|
{
|
|
|
|
case 'CI':
|
|
|
|
case 'MI':
|
|
|
|
|
|
|
|
case 'TI':
|
|
|
|
if($opendoor)
|
|
|
|
{
|
|
|
|
// 空車位導引
|
|
|
|
@@ -418,7 +418,7 @@ class Cars_model extends CI_Model |
|
|
|
// 出場
|
|
|
|
case 'CO':
|
|
|
|
case 'MO':
|
|
|
|
|
|
|
|
case 'TO':
|
|
|
|
// 讀取最近一筆入場資料
|
|
|
|
$rows_cario = $this->db
|
|
|
|
->select('cario_no, payed, in_time, pay_time, out_before_time')
|
|
|
|
|