diff --git a/models/Cars_model.php b/models/Cars_model.php index 7585a93..3f569d2 100644 --- a/models/Cars_model.php +++ b/models/Cars_model.php @@ -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; }