src/main/resources/mapper/WrkMastMapper.xml
@@ -139,7 +139,7 @@ where 1=1 and shuttle_no = #{shuttleNo} and wrk_sts not in (9,10,109,110,210) and io_type not in (200) and io_type not in (200,300) order by io_pri desc,io_time,wrk_no asc limit 0,1 </select> @@ -163,7 +163,7 @@ <select id="selectChargeWorking" resultMap="BaseResultMap"> select * from asr_wrk_mast where wrk_sts in (201,202,203) where io_type in (300) and shuttle_no = #{shuttleNo} order by io_pri desc,io_time,wrk_no asc </select>