Browse Source

배송지 조회 쿼리 수정

eskim 5 năm trước cách đây
mục cha
commit
f6c15b6acd

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

@@ -385,7 +385,7 @@
 		FROM   TB_DELIVERY_LOC
 		WHERE  1 = 1
 		<if test="supplyCompCd != null and supplyCompCd != ''">
-		AND    SUPPLY_COMP_CD = #{supplyCompCd})
+		AND    SUPPLY_COMP_CD = #{supplyCompCd}
 		</if>
 		<if test="delvLocNm != null and delvLocNm !=''">
 		AND    LOWER(DELV_LOC_NM) LIKE CONCAT('%',LOWER(#{delvLocNm}),'%')