Commit a780de4f authored by 刘凡's avatar 刘凡

*)增加参数

parent 8eee5682
......@@ -641,6 +641,7 @@
CONCAT ( T.city_name, T.county_name ) AS location,
T.install_unit_name AS constructionCompany,
T.use_unit_name AS useCompany,
T.use_unit_credit_code AS useUnitCode,
T.install_start_date AS constructionDate
FROM
tzs_jg_installation_notice T
......@@ -651,6 +652,7 @@
CONCAT ( T.city_name, T.county_name ) AS location,
T.install_unit_name AS constructionCompany,
T.use_unit_name AS useCompany,
T.use_unit_credit_code AS useUnitCode,
T.plan_date AS constructionDate
FROM
tzs_jg_maintain_notice T
......@@ -661,6 +663,7 @@
CONCAT ( T.city_name, T.county_name ) AS location,
T.install_unit_name AS constructionCompany,
T.use_unit_name AS useCompany,
T.use_unit_credit_code AS useUnitCode,
T.plan_date AS constructionDate
FROM
tzs_jg_reform_notice T
......@@ -671,6 +674,7 @@
CONCAT ( T.city_name, T.county_name ) AS location,
T.install_unit_name AS constructionCompany,
T.use_unit_name AS useCompany,
T.use_unit_credit_code AS useUnitCode,
T.plan_date AS constructionDate
FROM
tzs_jg_transfer_notice T
......
......@@ -21,6 +21,11 @@ public class PublicityInspectOrgInfoDto {
private String unitCode;
/**
* 单位编码
*/
private String useUnitCode;
/**
* 核准代码
*/
private String approvalNumber;
......
......@@ -56,6 +56,7 @@
l.cert_no as approvalNumber,
l.expiry_date as aapprovalDeadline,
b.use_code as unitCode,
b.use_code as useUnitCode,
a.expiry_date as businessDeadline,
a.licenceType
from
......
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