|
|
@@ -88,7 +88,7 @@ public class SaleInquiryMouldController {
|
|
|
pageParams.getFilters().put("im_enuu", new MultiValue(list, true));
|
|
|
}
|
|
|
List<Sort> sortList = new ArrayList<>();
|
|
|
- sortList.add(new Sort("im_id", false, Type.LONG, 1L));
|
|
|
+ sortList.add(new Sort("im_id", false, Type.INT, 1L));
|
|
|
pageParams.getFilters().put(SearchConstants.SORT_KEY, sortList);
|
|
|
return searchService.searchPurcInquiryMouldIds(keyword, pageParams);
|
|
|
}
|
|
|
@@ -123,7 +123,7 @@ public class SaleInquiryMouldController {
|
|
|
pageParams.getFilters().put("im_overdue", Constant.NO);
|
|
|
pageParams.getFilters().put("im_valid", Constant.YES);
|
|
|
List<Sort> sortList = new ArrayList<>();
|
|
|
- sortList.add(new Sort("im_id", false, Type.LONG, 1L));
|
|
|
+ sortList.add(new Sort("im_id", false, Type.INT, 1L));
|
|
|
pageParams.getFilters().put(SearchConstants.SORT_KEY, sortList);
|
|
|
return searchService.searchPurcInquiryMouldIds(keyword, pageParams);
|
|
|
}
|