Ver código fonte

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

csx 4 anos atrás
pai
commit
9b00c498d0

+ 1 - 1
service/print_data_service/schedule_dialysis/print_schedule_dialysis_models.go Ver arquivo

@@ -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"`