自动化立体仓库 - WMS系统
#
lty
2026-01-15 b1f84ea56417d58d37efb92a00a0a848bfc9b3d2
src/main/resources/mapper/MatMapper.xml
@@ -111,6 +111,13 @@
        </if>
    </select>
    <select id="selectNewUpdateTime" resultMap="BaseResultMap">
        select top 1 * from man_mat
        where 1=1
        ORDER BY create_time ASC
--         ORDER BY update_time DESC
    </select>
    <select id="getMatTurnPage" resultMap="BaseResultMap">
        select * from
        (