...
|
...
|
@@ -72,6 +72,7 @@ func (orgsService *OrgsService) OrgGet(orgGetQuery *query.OrgGetQuery) (interfac |
|
|
IsOrg: result.IsOrg,
|
|
|
OrgCode: result.OrgCode,
|
|
|
ParentDepName: result.Ext.ParentDepName,
|
|
|
OrgStatus: result.OrgStatus,
|
|
|
}
|
|
|
return data, nil
|
|
|
}
|
...
|
...
|
|