|
|
|
|
2253
|
//OrgId, _ := service.GetCreatByOrgId(orgid)
|
2253
|
//OrgId, _ := service.GetCreatByOrgId(orgid)
|
2254
|
//fmt.Println("创建者ID", OrgId.Creator)
|
2254
|
//fmt.Println("创建者ID", OrgId.Creator)
|
2255
|
creatId := adminUserInfo.AdminUser.Id
|
2255
|
creatId := adminUserInfo.AdminUser.Id
|
2256
|
- fmt.Println("creatid", creatId)
|
|
|
2257
|
- fmt.Println("当前机构ID信息", orgid)
|
|
|
|
|
2256
|
+ //fmt.Println("creatid", creatId)
|
|
|
2257
|
+ //fmt.Println("当前机构ID信息", orgid)
|
2258
|
Username, err := service.GetMyOrgInformationFour(creatId, orgid)
|
2258
|
Username, err := service.GetMyOrgInformationFour(creatId, orgid)
|
2259
|
if err != nil {
|
2259
|
if err != nil {
|
2260
|
this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeSystemError)
|
2260
|
this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeSystemError)
|