Commit 31b3eab4 zshaohui

去掉排序

1 个父辈 98f736ce
......@@ -171,8 +171,8 @@ public class StoragePosFindController extends BaseSearchController {
}
//先按生产日期 进行排序 再按数量
query.with(new Sort(Sort.Direction.ASC,"barcode.produceDate")
.and(new Sort(Sort.Direction.ASC,"barcode.amount")));
//query.with(new Sort(Sort.Direction.ASC,"barcode.produceDate")
//.and(new Sort(Sort.Direction.ASC,"barcode.amount")));
searchCriteria.setPageList(storagePosManager.findByQuery(query, pageList));
return SUCCESS_VIEW;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!