src/main/resources/mapper/WrkMastMapper.xml
@@ -106,11 +106,11 @@ and source_sta_no=#{staNo} </select> <select id="selectRackInStep48" resultMap="BaseResultMap"> <select id="selectRackInStep4" resultMap="BaseResultMap"> select top 1 * from dbo.asr_wrk_mast where 1=1 and ((wrk_sts = 4) or (wrk_sts = 8 and shuttle_no is not null)) and wrk_sts = 4 and sta_no = #{staNo} and wrk_no=#{workNo} and io_type in (1,10,53)