#
TQS
2023-01-31 9a67b09cf3085b5b38675d9d541628a1cb2bdbc2
src/main/resources/mapper/BasDevpMapper.xml
@@ -73,4 +73,15 @@
        and wrk_no = #{wrkNo}
    </select>
    <select id="getLoading" resultMap="BaseResultMap">
        select * from dbo.asr_bas_devp where 1=1
        and loading = 'Y'
        <if test="sour > 200">
            and dev_no = 204
        </if>
        <if test="sour &lt; 200">
            and dev_no = 104
        </if>
    </select>
</mapper>