XMLWAN 4 anni fa
parent
commit
f9db7b0d04
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      controllers/his_project_api_controller.go

+ 1 - 1
controllers/his_project_api_controller.go Vedi File

818
 			Number: str,
818
 			Number: str,
819
 		}
819
 		}
820
 		err = service.UpdateHisPatient(lastPatient.ID, hisPatient)
820
 		err = service.UpdateHisPatient(lastPatient.ID, hisPatient)
821
-		fmt.Println("errr", err)
821
+		//fmt.Println("er", err)
822
 		if err != nil {
822
 		if err != nil {
823
 			this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeUpdateConfig)
823
 			this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeUpdateConfig)
824
 			return
824
 			return