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
1c709d65
Commit
1c709d65
authored
Oct 23, 2023
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
两个规定-通过组id查询组及组内人员信息接口增加管辖机构和管辖机构code字段
parent
3b8a5517
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
GroupAndPersonInfoDto.java
...n/amos/boot/module/tcm/api/dto/GroupAndPersonInfoDto.java
+13
-0
TzsUserInfoMapper.xml
...e-tcm-api/src/main/resources/mapper/TzsUserInfoMapper.xml
+3
-1
No files found.
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/src/main/java/com/yeejoin/amos/boot/module/tcm/api/dto/GroupAndPersonInfoDto.java
View file @
1c709d65
...
@@ -47,6 +47,19 @@ public class GroupAndPersonInfoDto {
...
@@ -47,6 +47,19 @@ public class GroupAndPersonInfoDto {
private
String
unitCode
;
private
String
unitCode
;
/**
/**
* 监管机构组织机构代码
*/
@ApiModelProperty
(
value
=
"监管机构组织机构代码"
)
private
String
superviseOrgCode
;
/**
* 监管机构名称
*/
@ApiModelProperty
(
value
=
"监管机构名称"
)
private
String
superviseOrgName
;
/**
* 企业类型
* 企业类型
*/
*/
@ApiModelProperty
(
value
=
"企业类型"
)
@ApiModelProperty
(
value
=
"企业类型"
)
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/src/main/resources/mapper/TzsUserInfoMapper.xml
View file @
1c709d65
...
@@ -158,7 +158,9 @@
...
@@ -158,7 +158,9 @@
tui.unit_name,
tui.unit_name,
tui.unit_code,
tui.unit_code,
replace(tzei.unit_type,'#', ',') unitType,
replace(tzei.unit_type,'#', ',') unitType,
tzei.equip_category
tzei.equip_category,
tzei.supervise_org_code,
tzei.supervise_org_name
FROM
FROM
tzs_user_info tui
tzs_user_info tui
LEFT JOIN tz_base_enterprise_info tzei ON tui.unit_code = tzei.use_code
LEFT JOIN tz_base_enterprise_info tzei ON tui.unit_code = tzei.use_code
...
...
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