自动化立体仓库 - WMS系统
#
luxiaotao1123
2023-02-02 c78a960e4b93f5074cbed9cda38a0aba103bbec4
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">