From 9e3d072efe9e66de437c0d085310e32d3003b5d3 Mon Sep 17 00:00:00 2001 From: LEE Wei Cheng Date: Sat, 21 Oct 2023 00:53:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E5=A4=A7=E5=AE=A2=E8=BB=8A?= =?UTF-8?q?=E9=80=B2=E5=87=BA=E8=A8=8A=E8=99=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/Cars_model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/Cars_model.php b/models/Cars_model.php index 5338deb..11417fc 100644 --- a/models/Cars_model.php +++ b/models/Cars_model.php @@ -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')