فهرست منبع

08-31 쿼리 오류수정

tsit05 4 سال پیش
والد
کامیت
afe1c730e6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/style24/persistence/mybatis/shop/TsaDelivery.xml

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

@@ -295,7 +295,7 @@
 		AND   B.SHOT_DELV_YN = #{shotDelvYn}
 		</if>
 		<if test='orderPhnno != null and orderPhnno != ""'>
-		AND   REPLACE(A.ORDER_PHNNO, '-', '') = REPLACE(#{orderPhnno}, '-', '')
+		AND   REPLACE(A.ORD_PHNNO, '-', '') = REPLACE(#{orderPhnno}, '-', '')
 		</if>
 		<if test='ordDtlNo != null and ordDtlNo != ""'>
 		AND   B.ORD_DTL_NO = #{ordDtlNo}