|
|
@@ -56,6 +56,9 @@
|
|
|
<if test="appAgreeYn != null and appAgreeYn != ''">
|
|
|
AND APP_AGREE_YN = #{appAgreeYn}
|
|
|
</if>
|
|
|
+ <if test="snsType != null and snsType != ''">
|
|
|
+ AND SNS_TYPE = #{snsType}
|
|
|
+ </if>
|
|
|
<if test="stDate != null and edDate != '' and stDate != null and edDate != ''">
|
|
|
<if test="searchDateGb == 'joinDt'">
|
|
|
AND JOIN_DT >= DATE_FORMAT(#{stDate}, '%Y-%m-%d %H:%i:%S')
|
|
|
@@ -190,6 +193,9 @@
|
|
|
<if test="mkAgreeYn != null and mkAgreeYn != ''">
|
|
|
AND MK_AGREE_YN = #{mkAgreeYn}
|
|
|
</if>
|
|
|
+ <if test="snsType != null and snsType != ''">
|
|
|
+ AND SNS_TYPE = #{snsType}
|
|
|
+ </if>
|
|
|
<if test="stDate != null and edDate != '' and stDate != null and edDate != ''">
|
|
|
<if test="searchDateGb == 'joinDt'">
|
|
|
AND JOIN_DT >= DATE_FORMAT(#{stDate}, '%Y-%m-%d %H:%i:%S')
|