Просмотр исходного кода

회원정보 가져오는 쿼리 수정

jsshin 5 лет назад
Родитель
Сommit
73ad8127f6

+ 0 - 3
src/main/java/com/style24/persistence/mybatis/shop/TscCustomer.xml

@@ -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>