#
Junjie
2024-03-27 4a7f884100b5583b1fe1fbe3d9e5f2c5ace7b624
zy-asrs-wcs/src/main/resources/mapper/rcs/MotionMapper.xml
@@ -3,11 +3,12 @@
<mapper namespace="com.zy.asrs.wcs.rcs.mapper.MotionMapper">
    <select id="selectOfTop1" resultType="com.zy.asrs.wcs.rcs.entity.Motion">
        select top 1 * from rcs_motion
        select * from rcs_motion
        where 1=1
        and uuid = #{uuid}
        and motion_sts = #{motionSts}
        order by priority desc
        limit 0,1
    </select>
    <select id="selectOfNext" resultType="com.zy.asrs.wcs.rcs.entity.Motion">