Commit 0210a46a authored by 高建强's avatar 高建强

item:属性扩展

parent 49384f8e
...@@ -38,4 +38,7 @@ public class UserDto { ...@@ -38,4 +38,7 @@ public class UserDto {
@ApiModelProperty(value = "机构编码") @ApiModelProperty(value = "机构编码")
private String bizOrgCode; private String bizOrgCode;
@ApiModelProperty(value = "机构类型(部门:DEPARTMENT,单位:COMPANY,人员:PERSON)")
private String bizOrgType;
} }
...@@ -428,7 +428,8 @@ GROUP BY ...@@ -428,7 +428,8 @@ GROUP BY
'2' AS identityType, '2' AS identityType,
u.biz_org_code, u.biz_org_code,
f.field_code, f.field_code,
f.field_value f.field_value,
u.biz_org_type
FROM FROM
`cb_org_usr` u `cb_org_usr` u
LEFT JOIN cb_dynamic_form_instance f ON f.instance_id = u.sequence_nbr LEFT JOIN cb_dynamic_form_instance f ON f.instance_id = u.sequence_nbr
......
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