소스 검색

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

csx 4 년 전
부모
커밋
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())