|
|
@@ -738,14 +738,6 @@ public class SearchServiceImpl implements com.uas.platform.b2b.search.SearchServ
|
|
|
return toSPage(idsPage, content);
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- public SPage<PagingReleaseDetail> searchPagingReleaseDetailIds(String keyword, PageParams pageParams) {
|
|
|
- SPage<Long> idsPage = searchService.searchIds(keyword, Table_name.PURC$PAGINGRELEASEDETAIL, pageParams);
|
|
|
- List<PagingReleaseDetail> content = pagingReleaseDetailDao.findAll(idsPage.getContent());
|
|
|
- sortByProperty(content, PagingReleaseDetail.class, "id", idsPage.getContent());
|
|
|
- return toSPage(idsPage, content);
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* 招标单
|
|
|
* @param keyword
|