#
Junjie
2023-09-20 49379100e381557f383f601616b2f6835295786d
src/main/resources/mapper/WrkMastMapper.xml
@@ -117,6 +117,15 @@
        order by io_pri desc,wrk_sts desc
    </select>
    <select id="selectInStep4" resultMap="BaseResultMap">
        select *
        from dbo.asr_wrk_mast
        where 1=1
        and wrk_sts = 4
        and io_type in (1,10,53)
        order by io_pri desc,wrk_sts desc
    </select>
    <select id="selectByWorkNo" resultMap="BaseResultMap">
        select top 1 * from dbo.asr_wrk_mast
        where wrk_no=#{workNo}
@@ -195,7 +204,7 @@
    <select id="selectShuttleMoveWrk" resultMap="BaseResultMap">
        select * from dbo.asr_wrk_mast
        where 1=1
        and wrk_sts in (101,103,105,107)
        and wrk_sts in (101,103,105,107,109,111)
        and io_type = 200
        order by io_pri desc,io_time,wrk_no asc
    </select>