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