src/main/resources/mapper/LocDetlMapper.xml
@@ -336,5 +336,8 @@ INNER JOIN man_mat b ON a.matnr=#{matnrOld} AND b.matnr=#{matnr}; </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> </mapper>