|
|
|
@ -167,7 +167,7 @@ public class ExtServiceImpl extends Service implements ExtService {
|
|
|
|
|
List<Long> ids = infoPOList.stream().map(ExtendInfoPO::getExtendGroupId).collect(Collectors.toList());
|
|
|
|
|
List<ExtendTitlePO> extendTitles = getExtendTitleMapper().getTitlesByIds(ids);
|
|
|
|
|
Set<Long> groupIds = extendTitles.stream().map(ExtendTitlePO::getGroupId).collect(Collectors.toSet());
|
|
|
|
|
List<ExtendGroupPO> extendGroupList = getExtendGroupMapper().listByType(extendType);
|
|
|
|
|
List<ExtendGroupPO> extendGroupList = getExtendGroupMapper().listByType(Integer.parseInt(extendType));
|
|
|
|
|
|
|
|
|
|
// 拓展信息
|
|
|
|
|
if (CollectionUtils.isNotEmpty(extendGroupList) && CollectionUtils.isNotEmpty(groupIds)) {
|
|
|
|
|