|
|
@ -162,6 +162,7 @@ public class IcEpidemicSpecialAttentionServiceImpl extends BaseServiceImpl<IcEpi |
|
|
|
result.setTotal(list.size()); |
|
|
|
} |
|
|
|
}else if (formDTO.getAttentionType().equals(NumConstant.TWO)){ |
|
|
|
formDTO.setIsHistory(NumConstant.ZERO_STR); |
|
|
|
if (formDTO.getIsPage()){ |
|
|
|
PageInfo<VaccinationListResultDTO> pageInfo = PageHelper.startPage(formDTO.getPageNo(), formDTO.getPageSize()).doSelectPageInfo(() -> baseDao.natList(formDTO)); |
|
|
|
result.setList(pageInfo.getList()); |
|
|
|