Преглед на файлове

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