自动化立体仓库 - WMS系统
18516761980
2022-05-24 b76c09d2c5f16de0e3777350b8d7ab48ea55aaa8
src/main/resources/mapper/RowLastnoMapper.xml
@@ -19,4 +19,12 @@
    </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>