XMLWAN 4 vuotta sitten
vanhempi
commit
6e1ee3271e
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      service/patient_service.go

+ 1 - 0
service/patient_service.go Näytä tiedosto

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