skyouc
2024-12-23 2cf6f25ee51dea59dbd1e2183a06796961bb8644
zy-asrs-wms/src/main/resources/mapper/asrs/ViewLocDetlMapper.xml
@@ -6,12 +6,12 @@
        select * from view_man_loc_detl ld
        where matnr = #{matnr}
        and freeze = 0
        <if test="batch!=null">
        <if test="batch != null and batch != ''">
            and batch = #{batch}
        </if>
        <if test="param!=null and param.size()>0">
            <foreach item="item" collection="param" index="index">
                <if test="item.value!=null">
                <if test="item.value!=null and item.value != ''">
                    and ${item.name} = #{item.value}
                </if>
            </foreach>