|
|
@@ -47,7 +47,7 @@ public class ComponentGoodsServiceImpl implements ComponentGoodsService {
|
|
|
info.setPageNumber(Constant.PAGEMAX);
|
|
|
}
|
|
|
//将有库存的先排序
|
|
|
- String [] properties = {"cmpReserve", "cmpId", "reserve"};
|
|
|
+ String [] properties = {"goId", "cmpId", "reserve"};
|
|
|
info.sorting(Direction.DESC, properties);
|
|
|
if(filter != null) {
|
|
|
if(filter.get("properties") != null) {
|