src/main/resources/mapper/WrkMastMapper.xml
@@ -130,7 +130,7 @@ <select id="selectShuttleMoveWrk" resultMap="BaseResultMap"> select * from asr_wrk_mast where 1=1 and wrk_sts in (301,302,303,304,305,306,307,308,309,310,311) -- and wrk_sts in (301,302,303,304,305,306,307,308,309,310,311) and io_type = 200 order by io_pri desc,io_time,wrk_no asc </select>