소스 검색

배송지 조회 쿼리 수정

eskim 5 년 전
부모
커밋
f6c15b6acd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/style24/persistence/mybatis/shop/TsaBusiness.xml

+ 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}),'%')