@@ -80,7 +80,7 @@ public class AccessControlServiceImpl implements AccessControlService{
Result<FileInfoDTO> fileInfo = null;
try {
fileInfo = fileApi.upload(0L, new ByteArrayMultipartFile("file", information.get(0).getStuName() + ".jpg", "application/jpeg", imageData));
- filePath = fileInfo.getData().getFullPath();
+ filePath = fileInfo.getData().getAccessPath();
}catch (Exception ex) {
logger.error(ex.getMessage());
}