Parcourir la source

상품평 조건 추가

sowon4187 il y a 5 ans
Parent
commit
071b936d67

+ 1 - 0
src/main/java/com/style24/persistence/mybatis/shop/TsaReview.xml

@@ -49,6 +49,7 @@
 		     , TB_GOODS G
 		WHERE  R.CUST_NO = C.CUST_NO
 		AND    R.GOODS_CD = G.GOODS_CD
+		AND    R.DEL_YN = 'N'
 		<if test="goodsCds != null and goodsCds != ''">
 		AND    (
 		        <foreach collection="goodsCds" item="item" index="index" separator="or">