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
f73fbe85
Commit
f73fbe85
authored
Dec 30, 2022
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加施工单位
parent
20489888
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
TzsJgBasicInfoDto.java
...ejoin/amos/boot/module/tzs/api/dto/TzsJgBasicInfoDto.java
+3
-0
TzsJgMapper.xml
...-module-tzs-api/src/main/resources/mapper/TzsJgMapper.xml
+3
-1
No files found.
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/java/com/yeejoin/amos/boot/module/tzs/api/dto/TzsJgBasicInfoDto.java
View file @
f73fbe85
...
@@ -101,4 +101,7 @@ public class TzsJgBasicInfoDto extends BaseDto {
...
@@ -101,4 +101,7 @@ public class TzsJgBasicInfoDto extends BaseDto {
private
List
<
TzsJgEnclosureInfoDto
>
enclousureInfo
;
private
List
<
TzsJgEnclosureInfoDto
>
enclousureInfo
;
private
String
superviseKey
;
private
String
superviseKey
;
@ApiModelProperty
(
value
=
"施工单位名称"
)
private
String
uscUnitName
;
}
}
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/resources/mapper/TzsJgMapper.xml
View file @
f73fbe85
...
@@ -20,7 +20,8 @@
...
@@ -20,7 +20,8 @@
registration.use_org_code,
registration.use_org_code,
produce.factory_num,
produce.factory_num,
CONCAT(use1.province,'/',use1.city,'/',use1.county)AS area,
CONCAT(use1.province,'/',use1.city,'/',use1.county)AS area,
use1.address
use1.address,
cons.usc_unit_name
FROM tz_jg_use_info use1
FROM tz_jg_use_info use1
LEFT JOIN
LEFT JOIN
tz_jg_supervise_info supervise ON use1.sequence_code =
tz_jg_supervise_info supervise ON use1.sequence_code =
...
@@ -39,6 +40,7 @@
...
@@ -39,6 +40,7 @@
tz_jg_produce_info produce ON produce.sequence_code =
tz_jg_produce_info produce ON produce.sequence_code =
supervise.sequence_code
supervise.sequence_code
LEFT JOIN tz_equipment_category ec ON ec.`code` = registration.equ_define
LEFT JOIN tz_equipment_category ec ON ec.`code` = registration.equ_define
LEFT JOIN tz_jg_construction_info cons ON cons.sequence_code = supervise.sequence_code
<where>
<where>
<if
test=
"categoryCodes != null and categoryCodes.size>0"
>
<if
test=
"categoryCodes != null and categoryCodes.size>0"
>
and ( registration.equ_define in
and ( registration.equ_define in
...
...
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