fix 修复 oss配置删除内部数据id匹配类型问题

This commit is contained in:
疯狂的狮子li 2022-09-13 09:31:32 +08:00
parent fc442f482d
commit 9e075f5c85

View File

@ -23,7 +23,7 @@ public interface OssConstant {
/**
* 系统数据ids
*/
List<Integer> SYSTEM_DATA_IDS = Arrays.asList(1, 2, 3, 4);
List<Long> SYSTEM_DATA_IDS = Arrays.asList(1L, 2L, 3L, 4L);
/**
* 云服务商