Junjie
2023-12-18 05f8bdf7e09849c1db885b6c996ad18280d130b3
src/main/resources/mapper/WrkMastMapper.xml
@@ -241,4 +241,11 @@
        and wrk_sts in (1,2,3,4,5)
        order by io_pri desc,io_time,wrk_no asc
    </select>
    <select id="select300Wrk" resultMap="BaseResultMap">
        select * from asr_wrk_mast
        where (source_sta_no in (300) and io_type > 100)
        or (source_sta_no in (341) and wrk_sts = 2)
        or (sta_no in (300) and shuttle_no is not null)
    </select>
</mapper>