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