Browse Source

Merge branch 'master' of http://106.15.38.8:3000/yaoyq/imcs-yj-be

oyq28 3 years ago
parent
commit
c19cb2ffdb

+ 2 - 2
imcs-admin-boot/imcs-business-biz/src/main/java/com/github/zuihou/business/operationManagementCenter/service/impl/WorkpieceServiceImpl.java

@@ -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));