|
|
@@ -63,9 +63,6 @@
|
|
|
<if test="custStat != null and custStat != ''">
|
|
|
AND CUST_STAT = #{custStat}
|
|
|
</if>
|
|
|
- <if test="siteCd != null and siteCd != ''">
|
|
|
- AND SITE_CD = #{siteCd}
|
|
|
- </if>
|
|
|
<if test="encodedEmail != null and encodedEmail != ''">
|
|
|
AND EMAIL = #{encodedEmail}
|
|
|
</if>
|