Commit 1c709d65 authored by tianyiming's avatar tianyiming

两个规定-通过组id查询组及组内人员信息接口增加管辖机构和管辖机构code字段

parent 3b8a5517
......@@ -47,6 +47,19 @@ public class GroupAndPersonInfoDto {
private String unitCode;
/**
* 监管机构组织机构代码
*/
@ApiModelProperty(value = "监管机构组织机构代码")
private String superviseOrgCode;
/**
* 监管机构名称
*/
@ApiModelProperty(value = "监管机构名称")
private String superviseOrgName;
/**
* 企业类型
*/
@ApiModelProperty(value = "企业类型")
......
......@@ -158,7 +158,9 @@
tui.unit_name,
tui.unit_code,
replace(tzei.unit_type,'#', ',') unitType,
tzei.equip_category
tzei.equip_category,
tzei.supervise_org_code,
tzei.supervise_org_name
FROM
tzs_user_info tui
LEFT JOIN tz_base_enterprise_info tzei ON tui.unit_code = tzei.use_code
......
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