Browse Source

医保对接

csx 3 years ago
parent
commit
a5680b70bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/his_models.go

+ 1 - 1
models/his_models.go View File

@@ -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 {