mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 06:54:16 +09:00
TC 수정
This commit is contained in:
@@ -58,19 +58,19 @@
|
||||
|
||||
<sql id="sndnoBlckCondition">
|
||||
<if test="regId != null and regId != ''">
|
||||
AND UPPER(esb.REG_ID) LIKE UPPER(CONCAT('%', #{regId}, '%'))
|
||||
AND UPPER(esb.REG_ID) LIKE UPPER(CONCAT('%', #{regId}, '%'))
|
||||
</if>
|
||||
<if test="sndblckTpCd != null and sndblckTpCd != ''">
|
||||
AND esb.SNDBLCK_TP_CD = #{sndblckTpCd}
|
||||
AND esb.SNDBLCK_TP_CD = #{sndblckTpCd}
|
||||
</if>
|
||||
<if test="blckYn != null and blckYn != ''">
|
||||
AND esb.BLCK_YN = #{blckYn}
|
||||
AND esb.BLCK_YN = #{blckYn}
|
||||
</if>
|
||||
<if test="blckRsnCd != null and blckRsnCd != ''">
|
||||
AND esb.BLCK_RSN_CD = #{blckRsnCd}
|
||||
AND esb.BLCK_RSN_CD = #{blckRsnCd}
|
||||
</if>
|
||||
<if test="blckSndrno != null and blckSndrno != ''">
|
||||
AND esb.BLCK_SNDRNO = #{blckSndrno}
|
||||
AND esb.BLCK_SNDRNO LIKE CONCAT('%', #{blckSndrno},'%')
|
||||
</if>
|
||||
</sql>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user