自动化立体仓库 - WMS系统
18516761980
2022-06-27 ac029f548eb84380abde421908325ae6390a94a4
src/main/resources/mapper/LocDetlMapper.xml
@@ -313,5 +313,10 @@
            batch LIKE '%[a-z]%'
    </select>
    <select id="selectLocDetlSumQty" resultType="double">
        select SUM(qty) qty
        from asr_loc_detl
        where loc_no=#{locNo}
    </select>
</mapper>