|
|
|
@ -283,6 +283,7 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// doto 自办信件的只有市局管理员 12377管理员可以看
|
|
|
|
Page<ComplaintCollection> page = new Page<>(param.getCurrent(), param.getSize()); |
|
|
|
Page<ComplaintCollection> page = new Page<>(param.getCurrent(), param.getSize()); |
|
|
|
IPage<ComplaintCollectionPageDTO> pageResult = complaintCollectionMapper.selectPageWithNegative(page, param); |
|
|
|
IPage<ComplaintCollectionPageDTO> pageResult = complaintCollectionMapper.selectPageWithNegative(page, param); |
|
|
|
List<ComplaintCollectionPageDTO> list = pageResult.getRecords(); |
|
|
|
List<ComplaintCollectionPageDTO> list = pageResult.getRecords(); |
|
|
|
|