yangyang
2025-07-14 5e66a3abd4c54701a128287a7a5aece50b774f17
no message
1个文件已修改
6 ■■■■ 已修改文件
zy-asrs-wms/src/main/resources/mapper/asrs/ViewLocDetlMapper.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-wms/src/main/resources/mapper/asrs/ViewLocDetlMapper.xml
@@ -13,7 +13,7 @@
        <if test="matnr != null and matnr != ''">
            AND t.matnr = #{matnr}
        </if>
        <if test="batch != null and batch != ''">
        <if test="batch != null">
            AND t.batch = #{batch}
        </if>
        <if test="sortParam!=null and sortParam.size()>0">
@@ -28,7 +28,7 @@
    <select id="getList" resultType="map">
        select * from view_man_loc_detl ld
        where matnr = #{matnr}
        <if test="batch!=null and batch != ''">
        <if test="batch!=null">
            and batch = #{batch}
        </if>
        <if test="param!=null and param.size()>0">
@@ -93,7 +93,7 @@
        <if test="matnr != null and matnr != ''">
            AND t.matnr = #{matnr}
        </if>
        <if test="batch != null and batch != ''">
        <if test="batch != null">
            AND t.batch = #{batch}
        </if>
        <!--        <if test="params != null and params.size() > 0">-->