#
Junjie
2023-10-14 3497a71c04c77f85fa103973f3d425d0b5d4c2aa
src/main/resources/mapper/WrkMastMapper.xml
@@ -174,7 +174,7 @@
    <select id="selectInOutWrkMast" resultMap="BaseResultMap">
        select * from asr_wrk_mast
        where io_type in (1,101)
        and wrk_sts not in (14,15,34,35)
        and wrk_sts not in (9,10,29,30)
        order by io_pri desc,wrk_sts desc
    </select>
@@ -197,6 +197,7 @@
        select top 1 * from dbo.asr_wrk_mast
        where 1=1
        and shuttle_no = #{shuttleNo}
        and wrk_sts not in (111)
        and io_type = 200
        order by io_pri desc,io_time,wrk_no asc
    </select>