|
|
|
@@ -820,6 +820,20 @@ class Cars_model extends CI_Model |
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
|