yangyang
2025-07-03 6ea3d5caa30f460f1eb9c3880d90f41275c3c274
zy-asrs-wms/src/main/resources/mapper/asrs/ViewLocDetlMapper.xml
@@ -16,13 +16,6 @@
        <if test="batch != null and batch != ''">
            AND t.batch = #{batch}
        </if>
        <if test="param!=null and param.size()>0">
            <foreach item="item" collection="param" index="index">
                <if test="item.value!=null and item.value != ''">
                    and ${item.name} = #{item.value}
                </if>
            </foreach>
        </if>
        <if test="sortParam!=null and sortParam.size()>0">
            <foreach collection="sortParam" item="item" open="order by " separator="," close="  ">
                ${item.name}  ${item.value}
@@ -92,7 +85,7 @@
            view_man_loc_detl
            WHERE
            deleted = 0
            AND type_id IN ( SELECT type_id FROM man_loc_area_type WHERE parent_id = #{typeId} OR id = #{typeId} )
            AND type_id IN ( SELECT id FROM man_loc_area_type WHERE parent_id = #{typeId} OR id = #{typeId} )
        ) t
        WHERE 1 = 1
        <if test="matnr != null and matnr != ''">