Browse Source

更新代码

XMLWAN 5 years ago
parent
commit
b72a44b902

+ 2 - 2
service/print_data_service/schedule_dialysis/print_schedule_dialysis_models.go View File

410
 	PsychologicalAssessmentOther string `gorm:"column:psychological_assessment_other" json:"psychological_assessment_other"`
410
 	PsychologicalAssessmentOther string `gorm:"column:psychological_assessment_other" json:"psychological_assessment_other"`
411
 	Score                        string `gorm:"column:score" json:"score"`
411
 	Score                        string `gorm:"column:score" json:"score"`
412
 	SickConditionOther           string `gorm:"column:sick_condition_other" json:"sick_condition_other"`
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
 	PrecautionOther              string `gorm:"column:precaution_other" json:"precaution_other"`
414
 	PrecautionOther              string `gorm:"column:precaution_other" json:"precaution_other"`
415
 	PsychologicalOther           string `gorm:"column:psychological_other" json:"psychological_other"`
415
 	PsychologicalOther           string `gorm:"column:psychological_other" json:"psychological_other"`
416
 	IsPrecaution                 int64  `gorm:"column:is_precaution" json:"is_precaution"`
416
 	IsPrecaution                 int64  `gorm:"column:is_precaution" json:"is_precaution"`
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"`