XMLWAN 4 år sedan
förälder
incheckning
3eec218deb

+ 1 - 1
controllers/new_mobile_api_controllers/new_dialysis_api_controller.go Visa fil

@@ -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)