自动化立体仓库 - WMS系统
*
lsh
2025-11-07 a6b49351ea3d9f70b2ef2aed0bf6fab865f7055e
src/main/resources/mapper/RowLastnoMapper.xml
@@ -16,7 +16,17 @@
        <result column="appe_user" property="appeUser" />
        <result column="appe_time" property="appeTime" />
        <result column="limint_loc" property="limintLoc" />
        <result column="current_row1" property="currentRow1" />
        <result column="current_row2" property="currentRow2" />
    </resultMap>
    <select id="findBySection" resultMap="BaseResultMap">
        select * from asr_row_lastno
        where 1=1
        and s_row &lt;= #{row}
        and e_row >= #{row}
        order by (e_row - s_row)
    </select>
</mapper>