altobaltobaltob преди 8 години
родител
ревизия
dea89003c2
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +1
    -1
      controllers/Mitac_service.php
  2. +1
    -1
      models/Cars_model.php

+ 1
- 1
controllers/Mitac_service.php Целия файл

@@ -118,7 +118,7 @@ class Mitac_service extends CI_Controller
$lpr = $this->input->post('lpr', true); // 車牌
$in_time = $this->input->post('in_time', true); // 進場時間
$out_time = $this->input->post('out_time', true); // 出場時間
$gate_id = 1; // 20171124 改為全丟給 1 //$this->input->post('gate_id', true); // 驗票機編號
$this->input->post('gate_id', true); // 驗票機編號
$ck = $this->input->post('ck', true); // 驗証碼
// 通訊內容


+ 1
- 1
models/Cars_model.php Целия файл

@@ -1423,7 +1423,7 @@ class Cars_model extends CI_Model
$lpr = $lpr;
$in_time = $rows_cario['out_before_time'];
$out_time = $this->now_str;
$gate_id = $ivsno;
$gate_id = 1; // 20171124 改為強制 1//$ivsno;
// 通訊內容
$parms = array(


Loading…
Отказ
Запис