zjj
2024-01-07 bdf490f12fa38c99593fdace907fa5379cc04413
src/main/resources/mapper/WrkMastMapper.xml
@@ -194,4 +194,9 @@
        and wrk_sts = 2 and io_type in (1,10,53,57)
        order by io_pri desc,io_time desc,wrk_no ASC
    </select>
    <select id="selectWrkIoType" resultMap="BaseResultMap">
        select * from asr_wrk_mast
        where crn_no=#{crnNo} and wrk_sts=11 and io_type>100
        order by io_pri desc,io_time desc,wrk_no ASC
    </select>
</mapper>