|
@ -615,9 +615,6 @@ public class IssueServiceImpl extends BaseServiceImpl<IssueDao, IssueEntity> imp |
|
|
LatestListFormDTO latestListForm = formDTO.getLatestListForm(); |
|
|
LatestListFormDTO latestListForm = formDTO.getLatestListForm(); |
|
|
latestListForm.setPageNo((latestListForm.getPageNo() - NumConstant.ONE) * latestListForm.getPageSize()); |
|
|
latestListForm.setPageNo((latestListForm.getPageNo() - NumConstant.ONE) * latestListForm.getPageSize()); |
|
|
List<IssueEntity> entityList = baseDao.selectIssueList(issueIdList, latestListForm); |
|
|
List<IssueEntity> entityList = baseDao.selectIssueList(issueIdList, latestListForm); |
|
|
if (null == entityList || entityList.size() < NumConstant.ONE) { |
|
|
|
|
|
throw new RenException(IssueConstant.SELECT_EXCEPTION); |
|
|
|
|
|
} |
|
|
|
|
|
//3:遍历封装数据
|
|
|
//3:遍历封装数据
|
|
|
entityList.forEach(issue -> { |
|
|
entityList.forEach(issue -> { |
|
|
listRelation.forEach(relation -> { |
|
|
listRelation.forEach(relation -> { |
|
|