XMLWAN 4 years ago
parent
commit
6e1ee3271e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      service/patient_service.go

+ 1 - 0
service/patient_service.go View File

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