|
|
@ -53,8 +53,7 @@ public class ProjectServiceImpl implements ProjectService { |
|
|
|
Result<List<LatestListResultDTO>> resultList = govIssueFeignClient.getClosedProjectIssueList(closedProjectIssueListFormDTO); |
|
|
|
if (!resultList.success() || null == resultList.getData()) { |
|
|
|
logger.error(String.format("居民端党建园地-最新结案列表查询异常,调用%s服务,入参customerId%s,gridId%s", ServiceConstant.GOV_ISSUE_SERVER,formDTO.getCustomerId(),formDTO.getGridId())); |
|
|
|
// throw new RenException(ProjectConstant.SELECT_ISSUE_EXCEPTION);
|
|
|
|
return new ArrayList<>(); |
|
|
|
throw new RenException(ProjectConstant.SELECT_ISSUE_EXCEPTION+resultList.getInternalMsg()); |
|
|
|
} |
|
|
|
return resultList.getData(); |
|
|
|
} |
|
|
|