自动化立体仓库 - WMS系统
#
yxFwq
2025-01-06 dfef4861a662e7b682bada783b947f2e1b5cddf7
#
1个文件已修改
2 ■■■ 已修改文件
src/main/resources/mapper/LocDetlMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>