20231225
This commit is contained in:
@@ -281,7 +281,7 @@ namespace WebAPI.Controllers
|
||||
getPerson.PhotoUrl = path + flieName;
|
||||
System.IO.File.WriteAllBytes((fileUrl + flieName), image);
|
||||
//AttachFileService.Base64ToImage(person.headImage, path, person.PersonName);
|
||||
db.SubmitChanges();
|
||||
PersonService.UpdatePhotoUrl(getPerson.PersonId, getPerson.PhotoUrl,getPerson.HeadImage);
|
||||
responeData.message = "更新照片!";
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user