소스 검색

Merge branch 'master' of http://git.shengws.com/csx/XT_New

csx 5 년 전
부모
커밋
9b00c498d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service/print_data_service/schedule_dialysis/print_schedule_dialysis_models.go

+ 1 - 1
service/print_data_service/schedule_dialysis/print_schedule_dialysis_models.go 파일 보기

@@ -446,7 +446,7 @@ type XtReceiveTreatmentAsses struct {
446 446
 	PsychologicalAssessmentOther string `gorm:"column:psychological_assessment_other" json:"psychological_assessment_other" form:"psychological_assessment_other"`
447 447
 	IsPrecaution                 int64  `gorm:"column:is_precaution" json:"is_precaution" form:"is_precaution"`
448 448
 	Score                        string `gorm:"column:score" json:"score" form:"score"`
449
-	Precaution                   int64  `gorm:"column:precaution" json:"precaution" form:"precaution"`
449
+	Precaution                   string `gorm:"column:precaution" json:"precaution" form:"precaution"`
450 450
 	PrecautionOther              string `gorm:"column:precaution_other" json:"precaution_other" form:"precaution_other"`
451 451
 	PsychologicalOther           string `gorm:"column:psychological_other" json:"psychological_other" form:"psychological_other"`
452 452
 	AdmissionNumber              string `gorm:"column:admission_number" json:"admission_number" form:"admission_number"`