正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -72,6 +72,7 @@ func (orgsService *OrgsService) OrgGet(orgGetQuery *query.OrgGetQuery) (interfac | @@ -72,6 +72,7 @@ func (orgsService *OrgsService) OrgGet(orgGetQuery *query.OrgGetQuery) (interfac | ||
| 72 | IsOrg: result.IsOrg, | 72 | IsOrg: result.IsOrg, |
| 73 | OrgCode: result.OrgCode, | 73 | OrgCode: result.OrgCode, |
| 74 | ParentDepName: result.Ext.ParentDepName, | 74 | ParentDepName: result.Ext.ParentDepName, |
| 75 | + OrgStatus: result.OrgStatus, | ||
| 75 | } | 76 | } |
| 76 | return data, nil | 77 | return data, nil |
| 77 | } | 78 | } |
-
请 注册 或 登录 后发表评论