Преглед изворни кода

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

csx пре 4 година
родитељ
комит
e7a028f6fc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      controllers/his_project_api_controller.go

+ 1 - 1
controllers/his_project_api_controller.go Прегледај датотеку

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