소스 검색

协议费用审核费用修改

wks 1 년 전
부모
커밋
6507312a23
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/main/resources/mapper/modules/protocols/PtlAgreementProductCostsNewMapper.xml

+ 2 - 1
src/main/resources/mapper/modules/protocols/PtlAgreementProductCostsNewMapper.xml

@@ -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