hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downglassinfo/service/impl/DownGlassInfoServiceImpl.java
@@ -157,7 +157,7 @@ queryWrapper.eq("flow_card_id", downGlassInfo.getFlowCardId()) .eq("layer", downGlassInfo.getLayer()) .select("flow_card_id", "layer", "width", "height", "filmsid", "thickness", "glass_type", "COUNT(*) AS quantity") .groupBy("flow_card_id", "layer", "width", "height", "filmsid", "thickness"); .groupBy("flow_card_id", "layer", "width", "height", "filmsid", "thickness", "glass_type"); List<Map<String, Object>> resultList = baseMapper.selectMaps(queryWrapper); log.info("MES落架数据:{}", resultList);