代理财务
This commit is contained in:
@@ -54,8 +54,10 @@ class Score extends Controller
|
|||||||
$where = [];
|
$where = [];
|
||||||
$where_str = '';
|
$where_str = '';
|
||||||
|
|
||||||
if(isset($get_data['id'])){
|
if(isset($get_data['keyWord'])){
|
||||||
$where['agent_id'] = $get_data['id'];
|
$agent_user_model = new AgentUser;
|
||||||
|
$id = $agent_user_model->getOne(['username'=>$get_data['keyWord']])['id'];
|
||||||
|
$where['agent_id'] = $id;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($_GET['Btime'])){
|
if (!empty($_GET['Btime'])){
|
||||||
|
|||||||
Reference in New Issue
Block a user