Compare commits

..

No commits in common. 'f133c8e9a8d0cedd017f2bb3cd5f33902722d4d6' and '2926cc2a3f66185315aeb082fbd3d2d5ff61dbc6' have entirely different histories.

@ -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.getLocalThumbnailUrl())); picture.setServerThumbnailUrl(ocrPictureService.getServerUrl()+ImageUtils.getFileName(picture.getLocalpictrueurl()));
} catch (IOException e) { } catch (IOException e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }

Loading…
Cancel
Save