XMLWAN 5 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
 		CreatedTime:       time.Now().Unix(),
1285
 		CreatedTime:       time.Now().Unix(),
1286
 		UserOrgId:         patient.UserOrgId,
1286
 		UserOrgId:         patient.UserOrgId,
1287
 		BloodId:           patient.ID,
1287
 		BloodId:           patient.ID,
1288
+		Avatar:            "https://images.shengws.com/201809182128111.png",
1288
 	}
1289
 	}
1289
 	err = utx.Create(&patientsNew).Error
1290
 	err = utx.Create(&patientsNew).Error
1290
 	if err != nil {
1291
 	if err != nil {