|
|
|
@ -433,7 +433,7 @@ public class EpdcEventsServiceImpl extends BaseServiceImpl<EpdcEventsDao, EpdcEv |
|
|
|
list = SecurityUser.getUser().getDeptIdList(); |
|
|
|
} |
|
|
|
formDto.setDeptIdList(list); |
|
|
|
return baseDao.listIssuePendingResponse(formDto); |
|
|
|
return new Result<List<IssuePendingResponseResultDTO>>().ok(baseDao.listIssuePendingResponse(formDto)); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
|