自动化立体仓库 - WMS系统
#
whycq
2025-07-03 f9e742b17c47d9f0df3a56caa09f18c8f99aa3f8
src/main/resources/mapper/ManLocDetlMapper.xml
@@ -49,6 +49,9 @@
        <if test="maktx != null and maktx != ''">
            and mld.maktx like concat('%',#{maktx},'%')
        </if>
        <if test="batch != null and batch != ''">
            and mld.batch like concat('%',#{batch},'%')
        </if>
        <if test="startTime!=null and endTime!=null">
            and mld.update_time between #{startTime} and #{endTime}
        </if>