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