#
TQS
2023-01-31 d9f7a85a470c5384c1685e4e1564c5651449d4b2
src/main/resources/mapper/WrkMastMapper.xml
@@ -190,7 +190,7 @@
    </select>
    <select id="selectWrkStsAndIoType" resultMap="BaseResultMap">
        select * from dbo.asr_wrk_mast where 1=1 and wrk_sts>11 and (io_type==103 or io_type==107)
        select * from dbo.asr_wrk_mast where 1=1 and wrk_sts>11 and (io_type=103 or io_type=107) and crn_no=2
        <if test="sour > 200">
            and source_sta_no > 200
        </if>