自动化立体仓库 - WMS系统
pang.jiabao
2026-03-17 2b27d322bb0cbe2a4df3da36e43d3b25960d3c3c
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
        (