XMLWAN 4 лет назад
Родитель
Сommit
b72a44b902

+ 2 - 2
service/print_data_service/schedule_dialysis/print_schedule_dialysis_models.go Просмотреть файл

@@ -410,7 +410,7 @@ type ReceiveAssessmentVM struct {
410 410
 	PsychologicalAssessmentOther string `gorm:"column:psychological_assessment_other" json:"psychological_assessment_other"`
411 411
 	Score                        string `gorm:"column:score" json:"score"`
412 412
 	SickConditionOther           string `gorm:"column:sick_condition_other" json:"sick_condition_other"`
413
-	Precaution                   int64  `gorm:"column:precaution" json:"precaution"`
413
+	Precaution                   string `gorm:"column:precaution" json:"precaution"`
414 414
 	PrecautionOther              string `gorm:"column:precaution_other" json:"precaution_other"`
415 415
 	PsychologicalOther           string `gorm:"column:psychological_other" json:"psychological_other"`
416 416
 	IsPrecaution                 int64  `gorm:"column:is_precaution" json:"is_precaution"`
@@ -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"`