Kaynağa Gözat

耗材参数

XMLWAN 4 yıl önce
ebeveyn
işleme
f9db7b0d04
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      controllers/his_project_api_controller.go

+ 1 - 1
controllers/his_project_api_controller.go Dosyayı Görüntüle

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