|
@@ -145,8 +145,8 @@ public class WorkpieceServiceImpl extends SuperServiceImpl<WorkpieceMapper, TWor
|
|
|
public List<Map> getAllStockInfo() {
|
|
|
BaseContextHandler.setTenant("0000");
|
|
|
Map map = new HashMap();
|
|
|
- map.put("fullFlag","1");
|
|
|
- map.put("goodsName","1");
|
|
|
+// map.put("fullFlag","1");
|
|
|
+// map.put("goodsName","1");
|
|
|
List<ProductionresourcePosition> list = productionresourcePositionMapper.getPPList(map);
|
|
|
Map<String, List<ProductionresourcePosition>> pointMap = list.stream().collect(groupingBy(ProductionresourcePosition::getPointId));
|
|
|
|