|
|
@@ -67,10 +67,10 @@
|
|
|
AND B.CUST_ID LIKE #{condition}||'%'
|
|
|
</if>
|
|
|
<if test="custGb == 'custNm'">
|
|
|
- AND B.CUST_NM LIKE #{condition}||'%'
|
|
|
+ AND B.CUST_NM LIKE FN_ENC_AES(#{condition})||'%'
|
|
|
</if>
|
|
|
<if test="custGb == 'email'">
|
|
|
- AND A.EMAIL LIKE #{condition}||'%'
|
|
|
+ AND A.EMAIL LIKE FN_ENC_AES(#{condition})||'%'
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="termStdt != null and termStdt != ''">
|
|
|
@@ -113,10 +113,10 @@
|
|
|
AND B.CUST_ID LIKE #{condition}||'%'
|
|
|
</if>
|
|
|
<if test="custGb == 'custNm'">
|
|
|
- AND B.CUST_NM LIKE #{condition}||'%'
|
|
|
+ AND B.CUST_NM LIKE FN_ENC_AES(#{condition})||'%'
|
|
|
</if>
|
|
|
<if test="custGb == 'email'">
|
|
|
- AND A.EMAIL LIKE #{condition}||'%'
|
|
|
+ AND A.EMAIL LIKE FN_ENC_AES(#{condition})||'%'
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="termStdt != null and termStdt != ''">
|
|
|
@@ -249,10 +249,10 @@
|
|
|
AND B.CUST_ID LIKE #{condition}||'%'
|
|
|
</if>
|
|
|
<if test="custGb == 'custNm'">
|
|
|
- AND B.CUST_NM LIKE #{condition}||'%'
|
|
|
+ AND B.CUST_NM LIKE FN_ENC_AES(#{condition})||'%'
|
|
|
</if>
|
|
|
<if test="custGb == 'email'">
|
|
|
- AND A.EMAIL LIKE #{condition}||'%'
|
|
|
+ AND A.EMAIL LIKE FN_ENC_AES(#{condition})||'%'
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="termStdt != null and termStdt != '' and termEddt != null and termEddt != ''">
|
|
|
@@ -308,10 +308,10 @@
|
|
|
AND B.CUST_ID LIKE #{condition}||'%'
|
|
|
</if>
|
|
|
<if test="custGb == 'custNm'">
|
|
|
- AND B.CUST_NM LIKE #{condition}||'%'
|
|
|
+ AND B.CUST_NM LIKE FN_ENC_AES(#{condition})||'%'
|
|
|
</if>
|
|
|
<if test="custGb == 'email'">
|
|
|
- AND A.EMAIL LIKE #{condition}||'%'
|
|
|
+ AND A.EMAIL LIKE FN_ENC_AES(#{condition})||'%'
|
|
|
</if>
|
|
|
</if>
|
|
|
<if test="termStdt != null and termStdt != '' and termEddt != null and termEddt != ''">
|