ソースを参照

ST24PRJ-424 [PJT잔여] 자사 무료배송비 기능 추가 개발 (클레임)

card007 4 年 前
コミット
2084fe30b9

+ 0 - 14
src/main/java/com/style24/persistence/mybatis/shop/TsfOrderChange.xml

@@ -149,14 +149,7 @@
 			</otherwise>
 		</choose>
 		<if test="delvFeeCd != null and delvFeeCd != ''">
-			<choose>
-				<when test="delvFeeCd == 'WMS'">
-		           AND G.SELF_GOODS_YN = 'Y'
-				</when>
-				<otherwise>
 		           AND OD.DELV_FEE_CD = #{delvFeeCd}
-				</otherwise>
-			</choose>
 		</if>
 		           AND O.DISP_YN = 'Y'
 		           AND OD.ORD_QTY - OD.CNCL_RTN_QTY > 0
@@ -320,14 +313,7 @@
 		           AND O.ORD_NO = #{ordNo}
 		</if>
 		<if test="delvFeeCd != null and delvFeeCd != ''">
-			<choose>
-				<when test="delvFeeCd == 'WMS'">
-		           AND G.SELF_GOODS_YN = 'Y'
-				</when>
-				<otherwise>
 		           AND OD.DELV_FEE_CD = #{delvFeeCd}
-				</otherwise>
-			</choose>
 		</if>
 		<choose>
 			<when test="chgGb == 'G680_30'">