ソースを参照

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);


読み込み中…
キャンセル
保存