csx hace 3 años
padre
commit
a5680b70bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      models/his_models.go

+ 1 - 1
models/his_models.go Ver fichero

@@ -129,7 +129,7 @@ type HisPatient struct {
129 129
 	PType                  int64   `gorm:"column:p_type" json:"p_type" form:"p_type"`
130 130
 	Diagnosis              int64   `gorm:"column:diagnosis" json:"diagnosis" form:"diagnosis"`
131 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 135
 func (HisPatient) TableName() string {