代理明细

This commit is contained in:
“wanyongkang”
2021-02-22 14:55:00 +08:00
parent 231d934727
commit 1c0c08f3c6

View File

@@ -53,7 +53,10 @@ class Score extends Controller
} }
$where = []; $where = [];
$where_str = ''; $where_str = '';
$where['agent_id'] = $get_data['id'];
if(isset($get_data['id'])){
$where['agent_id'] = $get_data['id'];
}
if (!empty($_GET['Btime'])){ if (!empty($_GET['Btime'])){
$date1 = date('Y-m-d', strtotime($_GET['Btime'])); $date1 = date('Y-m-d', strtotime($_GET['Btime']));