瀏覽代碼

close 15 min

station_14109
altob.rd 8 年之前
父節點
當前提交
b2b4a6b225
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      models/Cars_model.php

+ 2
- 2
models/Cars_model.php 查看文件

@@ -342,8 +342,8 @@ class Cars_model extends CI_Model
'in_time' => $this->now_str,
'in_lane' => $parms['ivsno'],
'in_pic_name' => empty($parms['pic_name']) ? '' : $parms['pic_name'],
//'out_before_time' => date("Y-m-d H:i:s"),
'out_before_time' => date('Y-m-d H:i:s', strtotime(" + 15 minutes")), // 15分鐘內, 可直接離場
'out_before_time' => date("Y-m-d H:i:s"),
//'out_before_time' => date('Y-m-d H:i:s', strtotime(" + 15 minutes")), // 15分鐘內, 可直接離場
'ticket_no' => $ticket_no
);
$this->db->insert('cario', $data);


Loading…
取消
儲存