|
|
@ -146,6 +146,9 @@ public class IssueServiceImpl implements IssueService { |
|
|
|
if (!listResult.success()){ |
|
|
|
throw new RenException("查询我发起的议题列表-表决中失败......"); |
|
|
|
} |
|
|
|
if (CollectionUtils.isEmpty(listResult.getData())){ |
|
|
|
return new ArrayList<>(); |
|
|
|
} |
|
|
|
return listResult.getData(); |
|
|
|
} |
|
|
|
|
|
|
|