From dfef4861a662e7b682bada783b947f2e1b5cddf7 Mon Sep 17 00:00:00 2001 From: yxFwq <1> Date: 星期一, 06 一月 2025 21:53:01 +0800 Subject: [PATCH] # --- src/main/resources/mapper/LocDetlMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml index faf332f..f3a5d79 100644 --- a/src/main/resources/mapper/LocDetlMapper.xml +++ b/src/main/resources/mapper/LocDetlMapper.xml @@ -337,7 +337,7 @@ </update> <select id="selectLocDetlMesAll" resultType="com.zy.asrs.entity.result.LocDetlMesVo"> - select DISTINCT matnr,weight, count(*) as batchNum from asr_loc_detl where 1=1 GROUP BY matnr,weight + select DISTINCT matnr,weight,batch, count(*) as batchNum from asr_loc_detl where 1=1 GROUP BY matnr,weight,batch </select> </mapper> -- Gitblit v1.9.1