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">