Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
ebb52cdd
Commit
ebb52cdd
authored
Nov 15, 2022
by
zhangyingbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改质量问题回显接口
parent
9fc0e03c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
QualityProblemDto.java
...ejoin/amos/boot/module/ugp/api/dto/QualityProblemDto.java
+1
-1
QualityProblemMapper.xml
...gp-api/src/main/resources/mapper/QualityProblemMapper.xml
+2
-2
No files found.
amos-boot-system-ugp/amos-boot-module-ugp-api/src/main/java/com/yeejoin/amos/boot/module/ugp/api/dto/QualityProblemDto.java
View file @
ebb52cdd
...
...
@@ -146,7 +146,7 @@ public class QualityProblemDto extends BaseDto {
/**
* 建设单位负责人
*/
private
String
charge
r
Person
;
private
String
chargePerson
;
/**
* 流程id
...
...
amos-boot-system-ugp/amos-boot-module-ugp-api/src/main/resources/mapper/QualityProblemMapper.xml
View file @
ebb52cdd
...
...
@@ -6,7 +6,7 @@
SELECT
qi.*,
up.`name` AS project_name,
up.
address
AS project_address,
up.
install_region
AS project_address,
up.construction_unit,
up.installation_unit,
up.charge_person,
...
...
@@ -45,7 +45,7 @@
SELECT
qi.*,
up.`name` AS project_name,
up.
address
AS project_address,
up.
install_region
AS project_address,
up.construction_unit,
up.installation_unit,
up.charge_person,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment