文件下载bug消缺

This commit is contained in:
xy
2024-11-08 14:06:41 +08:00
parent 9f6bb44b3b
commit 5c6d05b307
2 changed files with 8 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ public class AskDeviceDataServiceImpl implements AskDeviceDataService {
} catch (Exception e) {
redisUtil.delete("fileDowning:"+nDid);
redisUtil.delete("fileCheck"+nDid+name);
redisUtil.delete("fileDownUserId"+nDid+name);
throw new BusinessException(AlgorithmResponseEnum.FILE_DOWNLOAD_ERROR);
}
return result;