From 74fd6eb7fb0322078f7946f51073f20e90231df1 Mon Sep 17 00:00:00 2001
From: yxFwq <1>
Date: 星期二, 01 四月 2025 11:54:00 +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