自动化立体仓库 - WMS系统
野心家
2023-04-24 f96c2adc8d6bab6a4ee67a50ecfc9e6c7e435efd
src/main/resources/mapper/LocDetlMapper.xml
@@ -295,9 +295,15 @@
        select
        matnr,
        batch,
        count(anfme) as count
        sum(anfme) as count
        from asr_loc_detl
        where 1=1
        <if test="batch != null and batch != ''">
            and batch = #{batch}
        </if>
        <if test="matnr != null and matnr != ''">
            and matnr = #{matnr}
        </if>
        group by matnr,batch
    </select>
    <select id="sum" resultType="java.lang.Integer">