|
|
@@ -43,8 +43,8 @@ public class GroupServiceImpl extends ServiceImpl<GroupMapper, Group> implements
|
|
|
Map<String, Object> resMap = new HashMap<String, Object>();
|
|
|
resMap.put("list", null);
|
|
|
|
|
|
- list = groupMapper.getBaseJoinList(pageObj);
|
|
|
total = groupMapper.getBaseJoinListTotal();
|
|
|
+ list = groupMapper.getBaseJoinList(pageObj);
|
|
|
int len = list.size();
|
|
|
if (len > 0) {
|
|
|
List<Integer> ids = list.stream().map(WorkGroupDataVo -> WorkGroupDataVo.getId()).collect(Collectors.toList());
|