Commit 12e8e9c2 authored by 周健威's avatar 周健威

修改代码

parent 62b84351
...@@ -64,6 +64,8 @@ public class RscpImageDataTotalBiz extends BaseBiz<RscpImageDataTotalMapper, Rsc ...@@ -64,6 +64,8 @@ public class RscpImageDataTotalBiz extends BaseBiz<RscpImageDataTotalMapper, Rsc
ExecutorService executorService = Executors.newCachedThreadPool(); ExecutorService executorService = Executors.newCachedThreadPool();
executorService.execute(() -> { executorService.execute(() -> {
ii.setThumbnailPath(ii.getThumbnailPath().replace(THUMBNAIL_PATH, "")); ii.setThumbnailPath(ii.getThumbnailPath().replace(THUMBNAIL_PATH, ""));
ii.setThumbnailPath(ii.getThumbnailPath().replace("//", "/"));
ii.setImageFilePath(ii.getImageFilePath().replace("//", "/"));
RscpImageDataTotal rscpImageDataTotal= null; RscpImageDataTotal rscpImageDataTotal= null;
try { try {
//查询数据是否存在 //查询数据是否存在
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment