Преглед на файлове

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

jsshin преди 5 години
родител
ревизия
73ad8127f6
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/main/java/com/style24/persistence/mybatis/shop/TscCustomer.xml

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