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