Просмотр исходного кода

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

csx 5 лет назад
Родитель
Сommit
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
 	PsychologicalAssessmentOther string `gorm:"column:psychological_assessment_other" json:"psychological_assessment_other" form:"psychological_assessment_other"`
446
 	PsychologicalAssessmentOther string `gorm:"column:psychological_assessment_other" json:"psychological_assessment_other" form:"psychological_assessment_other"`
447
 	IsPrecaution                 int64  `gorm:"column:is_precaution" json:"is_precaution" form:"is_precaution"`
447
 	IsPrecaution                 int64  `gorm:"column:is_precaution" json:"is_precaution" form:"is_precaution"`
448
 	Score                        string `gorm:"column:score" json:"score" form:"score"`
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
 	PrecautionOther              string `gorm:"column:precaution_other" json:"precaution_other" form:"precaution_other"`
450
 	PrecautionOther              string `gorm:"column:precaution_other" json:"precaution_other" form:"precaution_other"`
451
 	PsychologicalOther           string `gorm:"column:psychological_other" json:"psychological_other" form:"psychological_other"`
451
 	PsychologicalOther           string `gorm:"column:psychological_other" json:"psychological_other" form:"psychological_other"`
452
 	AdmissionNumber              string `gorm:"column:admission_number" json:"admission_number" form:"admission_number"`
452
 	AdmissionNumber              string `gorm:"column:admission_number" json:"admission_number" form:"admission_number"`