代理明细
This commit is contained in:
@@ -53,7 +53,10 @@ class Score extends Controller
|
||||
}
|
||||
$where = [];
|
||||
$where_str = '';
|
||||
$where['agent_id'] = $get_data['id'];
|
||||
|
||||
if(isset($get_data['id'])){
|
||||
$where['agent_id'] = $get_data['id'];
|
||||
}
|
||||
|
||||
if (!empty($_GET['Btime'])){
|
||||
$date1 = date('Y-m-d', strtotime($_GET['Btime']));
|
||||
|
||||
Reference in New Issue
Block a user