自动化立体仓库 - WMS系统
mrzhssss
2022-05-19 ed1bbbc669763da0840be52c15773345f804dba8
src/main/resources/mapper/LocDetlMapper.xml
@@ -297,5 +297,9 @@
        where 1=1
        group by matnr,batch
    </select>
    <select id="sum" resultType="java.lang.Integer">
        SELECT SUM(anfme) FROM asr_loc_detl
    </select>
</mapper>