瀏覽代碼

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}