wang..123
2022-03-08 0d460265a3d1bf58f0f2144fb2d02b988a7171e4
src/main/resources/mapper/LocDetlMapper.xml
@@ -53,8 +53,8 @@
        <if test="supplier!=null and supplier!=null">
            and a.supplier like '%' + #{supplier} + '%'
        </if>
        <if test="warehouse!=null and warehouse!=null">
            and a.warehouse like '%' + #{warehouse} + '%'
        <if test="mnemonic!=null and mnemonic!=null">
            and a.mnemonic like '%' + #{mnemonic} + '%'
        </if>
    </sql>