ソースを参照

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