Просмотр исходного кода

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

csx 4 лет назад
Родитель
Сommit
205893ca14
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2 2
      controllers/sz/sz_his_api_controller.go

+ 2 - 2
controllers/sz/sz_his_api_controller.go Просмотреть файл

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