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