Commit 17b3824e authored by 刘林's avatar 刘林

fix:证件类型添加默认值身份证

parent 9011b252
......@@ -28,7 +28,8 @@
(SELECT cdd.name from amos_tzs_biz.cb_data_dictionary cdd WHERE cdd.code = industry_supervisor and cdd.type = 'HYZGBM') AS industrySupervisorName,
</if>
CONCAT(street,'/',address) AS full_address
CONCAT(street,'/',address) AS full_address,
COALESCE(use_unit_certificate, '身份证') AS useUnitCertificate
FROM
tz_base_enterprise_info
<if test=" tzBaseEnterpriseInfoDto.unitType.indexOf('检验检测机构') !=-1 ">
......
......@@ -97,7 +97,7 @@
(SELECT cdd.name from amos_tzs_biz.cb_data_dictionary cdd WHERE cdd.code = industry_supervisor and cdd.type = 'HYZGBM') AS industrySupervisorName,
</if>
CONCAT(street,'/',address) AS full_address,
COALESCE(use_unit_certificate, '身份证') AS use_unit_certificate
COALESCE(use_unit_certificate, '身份证') AS useUnitCertificate
FROM
tz_base_enterprise_info
<if test=" tzBaseEnterpriseInfoDto.unitType.indexOf('检验检测机构') !=-1 ">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment