配置文件数据库更改,后端页面路径指向

pull/1/head
lzCodeGarden 1 year ago
parent c0fc50acef
commit 0d535fd16e

@ -53,7 +53,7 @@ public class PictureImgToLocalTask implements Runnable {
picture.setIsdownload(1); picture.setIsdownload(1);
try { try {
picture.setLocalThumbnailUrl(ImageUtils.generateThumbnail(pictureImgToLocal.getLocalPath(),182)); picture.setLocalThumbnailUrl(ImageUtils.generateThumbnail(pictureImgToLocal.getLocalPath(),182));
picture.setServerThumbnailUrl(ocrPictureService.getServerUrl()+ImageUtils.getFileName(picture.getLocalpictrueurl())); picture.setServerThumbnailUrl(ocrPictureService.getServerUrl()+ImageUtils.getFileName(picture.getLocalThumbnailUrl()));
} catch (IOException e) { } catch (IOException e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }

Loading…
Cancel
Save