Bladeren bron

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

jsshin 5 jaren geleden
bovenliggende
commit
73ad8127f6
1 gewijzigde bestanden met toevoegingen van 0 en 3 verwijderingen
  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>