@@ -7,7 +7,8 @@
<select id="getCostsPage" resultType="com.ydtech.modules.protocols.entity.po.PtlAgreementProductCostsNew">
SELECT
pa.insurance_company,
- concat(pa.agreement_name, '-', pa.business_description, '-',pa.job_description) as agreement_name,
+ concat(ifnull(pa.agreement_name,''), '-',ifnull( pa.business_description, ''), '-',ifnull(pa.job_description,
+ '')) as agreement_name,
papcn.*,
iuf.file_name as fee_file_name,
iuf.url as fee_file_url