update 优化 修正参数名称描述

This commit is contained in:
Liang 2024-04-01 10:20:17 +08:00
parent 614afb3d7f
commit ec03d89919

View File

@ -71,7 +71,7 @@ public class PartUploadCacheHelper {
/** /**
* 移除分片上传信息对象缓存 * 移除分片上传信息对象缓存
* @param uploadId 文件分片上传ID * @param cacheKey 缓存key
*/ */
private static void removeCacheByKey(String cacheKey){ private static void removeCacheByKey(String cacheKey){
PartUploadInfo cache = RedisUtils.getCacheObject(cacheKey); PartUploadInfo cache = RedisUtils.getCacheObject(cacheKey);