文档库--段落
This commit is contained in:
+2
-2
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user