Commit a780de4f authored by 刘凡's avatar 刘凡

*)增加参数

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