| | |
| | | */ |
| | | @PostMapping("/base/appUser/queryAPPUserByNameAndPhone") |
| | | List<TAppUser> queryAPPUserByNameAndPhone(@RequestBody AppUserByNameAndPhoneDTO dto); |
| | | |
| | | /** |
| | | * 根据用户id获取用户信息 |
| | | * |
| | | * @param appUserId |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 根据用户id获取用户信息 |
| | | * |
| | | * @param appUserId |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 修改用户信息 |
| | | * |
| | | * @param appUser |
| | | */ |
| | | @PostMapping("/base/appUser/updateAppUser") |
| | |
| | | |
| | | /** |
| | | * 根据名称模糊查询用户信息 |
| | | * |
| | | * @param name |
| | | * @return |
| | | */ |
| | |
| | | List<SelectDto> getSelects(List<Integer> studentIds); |
| | | |
| | | |
| | | |
| | | @PostMapping("/appUser/queryAppUserByCityCode") |
| | | List<AppUser> queryAppUserByCityCode(String cityCode); |
| | | } |