|
@@ -122,7 +122,6 @@ public class MaterialUploadServiceImpl implements IMaterialUploadService {
|
|
|
} else if ("IMAGE".equals(materialImageInfo.getType())) {
|
|
|
fileInfoService.uploadImageToBytedance(String.valueOf(accountId), finalUrl);
|
|
|
}
|
|
|
- LoadFileUtil.delFile(localUrl);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
@@ -223,7 +222,6 @@ public class MaterialUploadServiceImpl implements IMaterialUploadService {
|
|
|
sendMessageService.sendMessage(userId, message);
|
|
|
}
|
|
|
}
|
|
|
- LoadFileUtil.delFile(localUrl);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|