自动化立体仓库 - WMS系统
#
lty
2025-07-18 e6a09e06c1d9f6d8bc16e0af0d204deee46ba3df
src/main/resources/mapper/MatMapper.xml
@@ -96,6 +96,10 @@
        <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>