src/main/resources/mapper/WrkMastMapper.xml
@@ -241,7 +241,7 @@ from dbo.asr_wrk_mast where 1=1 and ((wrk_sts = 4 and shuttle_no is null) or (wrk_sts = 8 and shuttle_no is not null)) and source_sta_no = #{sourceStaNo} and sta_no = #{staNo} and wrk_no=#{workNo} order by io_pri desc,wrk_sts desc </select>