自动化立体仓库 - WMS系统
LSH
2023-08-10 81e3a9603003a5f4b2ca6320493d4918aaa9ae49
src/main/resources/mapper/ManLocDetlMapper.xml
@@ -52,6 +52,9 @@
        <if test="maktx != null and maktx != ''">
            and mld.maktx like concat('%',#{maktx},'%')
        </if>
        <if test="zpallet != null and zpallet != ''">
            and mld.zpallet like concat('%',#{zpallet},'%')
        </if>
        <if test="startTime!=null and endTime!=null">
            and mld.update_time between #{startTime} and #{endTime}
        </if>