Explorar el Código

Merge branch 'master' of http://git.shengws.com/csx/XT_New

csx hace 4 años
padre
commit
6112d8534a

+ 2 - 2
controllers/new_mobile_api_controllers/new_dialysis_api_controller.go Ver fichero

@@ -2253,8 +2253,8 @@ func (this *NewDialysisApiController) GetMyInformationFour() {
2253 2253
 	//OrgId, _ := service.GetCreatByOrgId(orgid)
2254 2254
 	//fmt.Println("创建者ID", OrgId.Creator)
2255 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 2258
 	Username, err := service.GetMyOrgInformationFour(creatId, orgid)
2259 2259
 	if err != nil {
2260 2260
 		this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeSystemError)