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

This commit is contained in:
疯狂的狮子li
2022-09-13 09:30:48 +08:00
parent c6242d7dbe
commit a25fadc2bf

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);
/**
* 云服务商