|
@@ -322,7 +322,6 @@ public class SysFileMultipartServiceImpl implements SysFileMultipartService {
|
|
throw new CustException("分块索引和分块数量不一致");
|
|
throw new CustException("分块索引和分块数量不一致");
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
// 获得公共配置
|
|
// 获得公共配置
|
|
List<SysCommon> sysCommonList = sysCommonService.getCommonByCategory("UPLOAD");
|
|
List<SysCommon> sysCommonList = sysCommonService.getCommonByCategory("UPLOAD");
|
|
AtomicReference<Integer> UPLOAD_TARGET = new AtomicReference<>();
|
|
AtomicReference<Integer> UPLOAD_TARGET = new AtomicReference<>();
|