mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 02:25:56 +08:00
update 优化 修正参数名称描述
This commit is contained in:
parent
614afb3d7f
commit
ec03d89919
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user