自动化立体仓库 - WMS系统
#
Junjie
2023-09-01 fa305af5d4ebfba47301fec3097296c14e32e1df
src/main/resources/mapper/MatMapper.xml
@@ -76,6 +76,9 @@
        <if test="specs != null and specs != ''">
            and mm.specs like concat('%',#{specs},'%')
        </if>
        <if test="matType != null and matType != ''">
            and mm.mat_type = #{matType}
        </if>
        ORDER BY mm.inout_everyday desc, mm.create_time DESC
    </select>