@@ -1285,6 +1285,7 @@ func CreateExportPatient(patient *models.Patients, contagions []int64, org_creat
CreatedTime: time.Now().Unix(),
UserOrgId: patient.UserOrgId,
BloodId: patient.ID,
+ Avatar: "https://images.shengws.com/201809182128111.png",
}
err = utx.Create(&patientsNew).Error
if err != nil {