Junjie
2023-06-15 c1c6e4385c986ac63d7884cfaa818e05207005c9
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>