@ -260,10 +260,10 @@
WHERE
dm.del_flag = '0'
AND rd.del_flag = '0'
<choose>
<when test="customerId != null and customerId != ''">
<if test="customerId != null and customerId != ''">
AND org.CUSTOMER_ID = #{customerId}
</when>
</if>
<when test="areaCode != null and areaCode != ''">
AND org.AREA_CODE LIKE concat(#{areaCode}, '%')