|
@@ -336,7 +336,7 @@ public class DocServiceImpl extends ServiceImpl<DocDao, Doc> implements DocServi
|
|
|
}
|
|
|
String pictureFilePath = docUrl.replace(domain,pictureConfig.getBasePath());
|
|
|
if(!new File(pictureFilePath).exists()){
|
|
|
- throw new BusinessException("当前图片不存在");
|
|
|
+ throw new BusinessException("当前图片不存在"+pictureFilePath);
|
|
|
}
|
|
|
|
|
|
if (!fromFile.exists()) {
|