From 3da76b3a7cba8706d3c95cdf2c0bdd5c0758bd1e Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期四, 15 八月 2024 16:09:27 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downglassinfo/service/impl/DownGlassInfoServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downglassinfo/service/impl/DownGlassInfoServiceImpl.java b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downglassinfo/service/impl/DownGlassInfoServiceImpl.java index 53c53f8..9d3dac8 100644 --- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downglassinfo/service/impl/DownGlassInfoServiceImpl.java +++ b/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); -- Gitblit v1.8.0