| | |
| | | } |
| | | |
| | | @Override |
| | | public List<Host> listHost(String nickname, Integer userType, Integer status, String phone, int index, int size) { |
| | | return this.baseMapper.listHost(nickname,userType,status,phone,index,size); |
| | | public List<Host> listHost(String nickname, Integer userType, Integer status, String phone) { |
| | | return this.baseMapper.listHost(nickname,userType,status,phone); |
| | | } |
| | | |
| | | @Override |
| | | public List<Medium> listMedium(String nickname, Integer userType, Integer status, String phone, int index, int size) { |
| | | return this.baseMapper.listMedium(nickname,userType,status,phone,index,size); |
| | | public List<Medium> listMedium(String nickname, Integer userType, Integer status, String phone) { |
| | | return this.baseMapper.listMedium(nickname,userType,status,phone); |
| | | } |
| | | |
| | | @Override |
| | | public List<Medium> listAuMedium(String nickname, Integer userType, Integer status, String phone) { |
| | | return this.baseMapper.listAuMedium(nickname,userType,status,phone); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * 添加新用户到数据库 |