| | |
| | | { |
| | | |
| | | @Override |
| | | public IPage<NeedProblemInventoryDTO> getList(int pageNum, int pageSize,String search,String status, |
| | | public IPage<NeedProblemInventoryDTO> getList(int pageNum, int pageSize,String search,String classifyId,String status, |
| | | String kind, |
| | | String userId, |
| | | String userIds, |
| | | String communityId) |
| | | { |
| | | Page page = new Page<>(pageNum,pageSize); |
| | | return baseMapper.getList(page, search, status,kind,userId,userIds,communityId); |
| | | return baseMapper.getList(page, search, classifyId,status,kind,userId,userIds,communityId); |
| | | } |
| | | |
| | | @Override |