csx 3 лет назад
Родитель
Сommit
a5680b70bd
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1 1
      models/his_models.go

+ 1 - 1
models/his_models.go Просмотреть файл

129
 	PType                  int64   `gorm:"column:p_type" json:"p_type" form:"p_type"`
129
 	PType                  int64   `gorm:"column:p_type" json:"p_type" form:"p_type"`
130
 	Diagnosis              int64   `gorm:"column:diagnosis" json:"diagnosis" form:"diagnosis"`
130
 	Diagnosis              int64   `gorm:"column:diagnosis" json:"diagnosis" form:"diagnosis"`
131
 	SickType               int64   `gorm:"column:sick_type" json:"sick_type" form:"sick_type"`
131
 	SickType               int64   `gorm:"column:sick_type" json:"sick_type" form:"sick_type"`
132
-	PatientInfo            int64   `gorm:"column:patient_info" json:"patient_info" form:"patient_info"`
132
+	PatientInfo            string  `gorm:"column:patient_info" json:"patient_info" form:"patient_info"`
133
 }
133
 }
134
 
134
 
135
 func (HisPatient) TableName() string {
135
 func (HisPatient) TableName() string {