Explorar el Código

08-31 쿼리 오류수정

tsit05 hace 4 años
padre
commit
afe1c730e6

+ 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}