|
|
@ -910,7 +910,7 @@ public class IssueServiceImpl extends BaseServiceImpl<IssueDao, IssueEntity> imp |
|
|
|
throw new RenException("查询我创建的话题失败......"); |
|
|
|
} |
|
|
|
if(CollectionUtils.isEmpty(listResult.getData())){ |
|
|
|
logger.error("查询我创建的话题集合为空"); |
|
|
|
logger.debug("查询我创建的话题集合为空"); |
|
|
|
return new ArrayList<>(); |
|
|
|
} |
|
|
|
List<String> topicIds = listResult.getData(); |
|
|
|