Browse Source

tmp upd

現場月租資料有錯, 先擋
station_14109
altob.rd 8 years ago
parent
commit
e5e5d00032
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      models/Cars_model.php

+ 14
- 0
models/Cars_model.php View File

@@ -820,6 +820,20 @@ class Cars_model extends CI_Model
} }
trigger_error('讀取會員:' . print_r($rows, true) . ", park_time_check: {$park_time_check}"); trigger_error('讀取會員:' . print_r($rows, true) . ", park_time_check: {$park_time_check}");
// 20171025 強制先不導入會員
$rows = array
(
'lpr_correct' => '',
'member_no' => 0,
'member_name' => '',
'member_type' => 9,
'etag' => '',
'start_time' => '',
'end_time' => '',
);
trigger_error(__FUNCTION__ . '..force not found..');
return $rows; return $rows;
} }


Loading…
Cancel
Save