修改为同时间可查
This commit is contained in:
@@ -24,8 +24,9 @@ class Agent extends Controller
|
||||
}
|
||||
$where = [];
|
||||
if(!empty($_GET['keyWord'])){
|
||||
$where = 'username = '.$_GET['keyWord'].' OR phone='.$_GET['keyWord'];
|
||||
$where = "username ='".$_GET['keyWord']."' OR phone='".$_GET['keyWord']."'";
|
||||
}
|
||||
|
||||
$agent_user_model = new AgentUser;
|
||||
$user_model = new UserModel;
|
||||
$order_model = new ProductOrderModel;
|
||||
|
||||
Reference in New Issue
Block a user