Browse Source

Merge branch '20201014_xt_api_new_branch' of http://git.shengws.com/csx/XT_New into 20201014_xt_api_new_branch

csx 4 years ago
parent
commit
e37fa55ca3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/his_api_controller.go

+ 1 - 0
controllers/his_api_controller.go View File

1450
 		}
1450
 		}
1451
 
1451
 
1452
 	} else {
1452
 	} else {
1453
+
1453
 		his, err := service.GetHisPatientInfo(adminInfo.CurrentOrgId, patient.ID, recordDateTime)
1454
 		his, err := service.GetHisPatientInfo(adminInfo.CurrentOrgId, patient.ID, recordDateTime)
1454
 		if err == gorm.ErrRecordNotFound || his.ID == 0 {
1455
 		if err == gorm.ErrRecordNotFound || his.ID == 0 {
1455
 			patient := models.XtHisPatient{
1456
 			patient := models.XtHisPatient{