Bläddra i källkod

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

csx 4 år sedan
förälder
incheckning
205893ca14
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      controllers/sz/sz_his_api_controller.go

+ 2 - 2
controllers/sz/sz_his_api_controller.go Visa fil

@@ -807,8 +807,8 @@ func (c *SZHisApiController) GetRegisterInfo() {
807 807
 		c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeIDCartNo)
808 808
 		return
809 809
 	}
810
-	doctorInfo, _ := service.GetAdminUserInfoByID(adminInfo.CurrentOrgId, doctor)
811
-	doctorDepartment, _ := service.GetDepartMentDetail(department)
810
+	//doctorInfo, _ := service.GetAdminUserInfoByID(adminInfo.CurrentOrgId, doctor)
811
+	//doctorDepartment, _ := service.GetDepartMentDetail(department)
812 812
 
813 813
 	adminRole, _ := service.GetAdminUserInfoByID(adminInfo.CurrentOrgId, admin_user_id)
814 814
 	his, _ := service.GetHisPatientInfo(adminInfo.CurrentOrgId, patient_id, theTime.Unix())