自动化立体仓库 - WMS系统
#
yxFwq
2025-11-12 3059d50796c6b497b930933e9d9d2c5a812bb3c7
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>