自动化立体仓库 - WMS系统
Junjie
2025-10-16 062323dcda647af8adf1bfce3c80e7a2483af204
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>