自动化立体仓库 - WMS系统
#
LSH
2023-10-21 e21f11c7bb0cf13870159affd2909f61d325c0ad
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
        (