main
parent
24466fae70
commit
636c88341e
|
|
@ -275,6 +275,7 @@ public class AppUserServiceImpl implements IAppUserService {
|
||||||
entity.setIsMember(appUser.getIsMember());
|
entity.setIsMember(appUser.getIsMember());
|
||||||
entity.setAppId(appUser.getAppId());
|
entity.setAppId(appUser.getAppId());
|
||||||
entity.setSchool(appUser.getSchool());
|
entity.setSchool(appUser.getSchool());
|
||||||
|
entity.setSearch(appUser.getSearch());
|
||||||
// 学校
|
// 学校
|
||||||
List<AppUserDataVo> schoolList = appUserMapper.selectList(entity);
|
List<AppUserDataVo> schoolList = appUserMapper.selectList(entity);
|
||||||
Collections.shuffle(schoolList);
|
Collections.shuffle(schoolList);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue