文档库--段落

This commit is contained in:
zhn
2022-03-25 18:02:39 +08:00
parent 1e32857c0f
commit 02c48169c3
@@ -694,8 +694,8 @@ public class DocumentSearchServiceImpl implements IDocumentSearchService {
int pageNo = Integer.parseInt(map.get("pageNo").toString());
int pageSize = Integer.parseInt(map.get("pageSize").toString());
getiPage(null,null,must,pageNo,pageSize);
return null;
IPage iPage = getiPage(null, null, must, pageNo, pageSize);
return iPage;
}
}