This website works better with JavaScript.
Home
Explore
Help
Sign In
LeeWeiCheng
/
altob.st123
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
tmp upd
現場月租資料有錯, 先擋
station_14109
altob.rd
8 years ago
parent
3034eefb22
commit
e5e5d00032
1 changed files
with
14 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
Write
Preview
Loading…
Cancel
Save