自动化立体仓库 - WMS系统
#
zyx
2024-04-17 190365c72223af167ddfc68af61bc9d9208fd71a
src/main/resources/mapper/ManPakOutMapper.xml
@@ -6,6 +6,9 @@
        <if test="docnum != null and docnum != '' ">
            and doc_num like '%' + #{docnum} + '%'
        </if>
        <if test="custName != null and custName != ''">
            and cust_name like '%' + #{custName} + '%'
        </if>
        <if test="stime != null">
            and create_time >= #{stime}
        </if>