自动化立体仓库 - WMS系统
zhangc
2025-01-07 d07a7672eb185c4fb2bcb6589994d23e93d144f6
src/main/resources/mapper/ViewWorkInMapper.xml
@@ -8,6 +8,9 @@
        <if test="loc_no!=null and loc_no!='' ">
            and loc_no like '%' + #{loc_no} + '%'
        </if>
        <if test="supp_code!=null and supp_code!='' ">
            and supp_code like '%' + #{supp_code} + '%'
        </if>
        <if test="matnr!=null and matnr!='' ">
            and matnr like '%' + #{matnr} + '%'
        </if>
@@ -48,6 +51,9 @@
        <if test="loc_no!=null and loc_no!='' ">
            and loc_no like '%' + #{loc_no} + '%'
        </if>
        <if test="supp_code!=null and supp_code!='' ">
            and supp_code like '%' + #{supp_code} + '%'
        </if>
        <if test="matnr!=null and matnr!='' ">
            and matnr like '%' + #{matnr} + '%'
        </if>