自动化立体仓库 - WMS系统
#
Junjie
2025-09-24 450cedf62f1c264912996566cddb3b5e637b65a0
src/main/resources/mapper/MatMapper.xml
@@ -68,6 +68,12 @@
        <if test="maktx != null and maktx != ''">
            and mm.maktx like concat('%',#{maktx},'%')
        </if>
        <if test="specs != null and specs != ''">
            and mm.specs like concat('%',#{specs},'%')
        </if>
        <if test="model != null and model != ''">
            and mm.model like concat('%',#{model},'%')
        </if>
        ORDER BY mm.create_time DESC
    </select>