Junjie
2023-08-01 8d03e68b6aa4ad06fa0b653eb43720080b1e28f2
src/main/resources/mapper/WrkMastMapper.xml
@@ -122,13 +122,10 @@
        where wrk_no=#{workNo}
    </select>
    <select id="selectLiftStep262327" resultMap="BaseResultMap">
    <select id="selectLiftStep223103" resultMap="BaseResultMap">
        select * from dbo.asr_wrk_mast
        where 1=1
        and (wrk_sts in (6,23,27)
            and shuttle_no is not null)
        or (wrk_sts in (2)
            and shuttle_no is null)
        and wrk_sts in (2,23,103)
        order by io_pri desc,wrk_sts desc
    </select>