自动化立体仓库 - WMS系统
#
TQS
2023-02-06 3e1b6ae9284764856d21170fd62451548d8d3f49
src/main/resources/mapper/MatMapper.xml
@@ -74,7 +74,7 @@
        <if test="specs != null and specs != ''">
            and mm.specs like concat('%',#{specs},'%')
        </if>
        ORDER BY mm.create_time DESC
        ORDER BY mm.inout_everyday desc, mm.create_time DESC
    </select>
    <select id="selectByMatnr" resultMap="BaseResultMap">