|
|
@@ -80,7 +80,9 @@
|
|
|
<!-- 활동회원목록 -->
|
|
|
<select id="getCustomerActiveList" parameterType="CustomerSearch" resultType="Customer">
|
|
|
/* TsaCustomer.getCustomerActiveList */
|
|
|
+ <if test='cpnPubPopYn != null and cpnPubPopYn != "Y"'>
|
|
|
<include refid="selectForPagingHeader"/>
|
|
|
+ </if>
|
|
|
SELECT CUST_NO
|
|
|
, CUST_ID
|
|
|
, CUST_NM
|
|
|
@@ -194,7 +196,9 @@
|
|
|
<if test="custId != null and custId != ''">
|
|
|
AND CUST_ID = #{custId}
|
|
|
</if>
|
|
|
+ <if test='cpnPubPopYn != null and cpnPubPopYn != "Y"'>
|
|
|
<include refid="selectForPagingFooter"/>
|
|
|
+ </if>
|
|
|
</select>
|
|
|
|
|
|
<!--회원정보 수정-->
|