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
e7a028f6fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/his_project_api_controller.go

+ 1 - 1
controllers/his_project_api_controller.go View File

774
 			Number: str,
774
 			Number: str,
775
 		}
775
 		}
776
 		err = service.UpdateHisPatient(lastPatient.ID, hisPatient)
776
 		err = service.UpdateHisPatient(lastPatient.ID, hisPatient)
777
-		fmt.Println("errr", err)
777
+		fmt.Println("er", err)
778
 		if err != nil {
778
 		if err != nil {
779
 			this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeUpdateConfig)
779
 			this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeUpdateConfig)
780
 			return
780
 			return