| | |
| | | import com.dsh.account.util.ResultUtil; |
| | | import com.dsh.account.util.TokenUtil; |
| | | import com.dsh.account.util.ToolUtil; |
| | | import io.swagger.annotations.ApiImplicitParam; |
| | | import io.swagger.annotations.ApiImplicitParams; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import io.swagger.annotations.*; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.util.StringUtils; |
| | | import org.springframework.web.bind.annotation.*; |
| | |
| | | @Resource |
| | | private CoursePackageClient coursePackageClient; |
| | | |
| | | |
| | | /** |
| | | * 查询玩湃惠民卡绑定学员列表信息 |
| | | * |
| | | * @return |
| | | */ |
| | | @RequestMapping("/base/student/getStudentByIds/{ids}") |
| | | public List<TStudent> getStudentByIds(@PathVariable("ids") String ids) { |
| | | List<TStudent> list = studentService.list(new LambdaQueryWrapper<TStudent>() |
| | | .in(TStudent::getId, Arrays.asList(ids.split(",")))); |
| | | return list; |
| | | } |
| | | |
| | | /** |
| | | * 添加学员 |
| | |
| | | } |
| | | |
| | | |
| | | @ResponseBody |
| | | @PostMapping("/student/queryStudentCom") |
| | | |
| | | public List<Map<String, Object>> queryStudentCom(@RequestBody Integer id) { |
| | | |
| | | List<Map<String, Object>> list = studentService.queryCom(id); |
| | |
| | | HashMap<String, Object> map = new HashMap<>(); |
| | | List<TAppUser> list = appUserService.list(new LambdaQueryWrapper<TAppUser>().eq(TAppUser::getInsertType, 1) |
| | | .isNotNull(TAppUser::getPhone) |
| | | .ne(TAppUser::getState,3) |
| | | .isNotNull(TAppUser::getCity)); |
| | | Set<String> strings2 = new HashSet<>(list.stream().filter(e -> e.getCity().equals("[]")).collect(Collectors.groupingBy(TAppUser::getProvince)).keySet()); |
| | | List<Integer> collect = list.stream().map(TAppUser::getId).collect(Collectors.toList()); |
| | |
| | | HashMap<String, Object> map = new HashMap<>(); |
| | | List<TAppUser> list = appUserService.list(new LambdaQueryWrapper<TAppUser>().in(TAppUser::getId, ids) |
| | | .isNotNull(TAppUser::getPhone) |
| | | .ne(TAppUser::getState,3) |
| | | .isNotNull(TAppUser::getCity)); |
| | | Set<String> strings2 = new HashSet<>(list.stream().filter(e -> e.getCity().equals("[]")).collect(Collectors.groupingBy(TAppUser::getProvince)).keySet()); |
| | | List<Integer> collect = list.stream().map(TAppUser::getId).collect(Collectors.toList()); |
| | |
| | | HashMap<String, Object> map = new HashMap<>(); |
| | | List<TAppUser> list = appUserService.list(new LambdaQueryWrapper<TAppUser>().in(TAppUser::getId, ids) |
| | | .isNotNull(TAppUser::getPhone) |
| | | .ne(TAppUser::getState,3) |
| | | .isNotNull(TAppUser::getCity)); |
| | | List<Integer> collect = list.stream().map(TAppUser::getId).collect(Collectors.toList()); |
| | | if (collect.size() == 0) { |