折扣查询
This commit is contained in:
@@ -23,6 +23,11 @@ class User extends Controller
|
||||
|
||||
$where = "LoginCode like '%".$_GET['keyWord']."%' or Phone like '%".$_GET['keyWord']."%'";
|
||||
}
|
||||
|
||||
if(!empty($_GET['schemeId'])){
|
||||
$where = "discount_id=".$_GET['schemeId'];
|
||||
}
|
||||
|
||||
$user_model = new UserModel;
|
||||
$discount_model = new ProductPriceScheme;
|
||||
$user_list = $user_model->getUserListPage($where, '*', 'id desc', "$page,50");
|
||||
|
||||
Reference in New Issue
Block a user