Commit ebb52cdd authored by zhangyingbin's avatar zhangyingbin

修改质量问题回显接口

parent 9fc0e03c
...@@ -146,7 +146,7 @@ public class QualityProblemDto extends BaseDto { ...@@ -146,7 +146,7 @@ public class QualityProblemDto extends BaseDto {
/** /**
* 建设单位负责人 * 建设单位负责人
*/ */
private String chargerPerson; private String chargePerson;
/** /**
* 流程id * 流程id
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
SELECT SELECT
qi.*, qi.*,
up.`name` AS project_name, up.`name` AS project_name,
up.address AS project_address, up.install_region AS project_address,
up.construction_unit, up.construction_unit,
up.installation_unit, up.installation_unit,
up.charge_person, up.charge_person,
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
SELECT SELECT
qi.*, qi.*,
up.`name` AS project_name, up.`name` AS project_name,
up.address AS project_address, up.install_region AS project_address,
up.construction_unit, up.construction_unit,
up.installation_unit, up.installation_unit,
up.charge_person, up.charge_person,
......
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