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

2.X
疯狂的狮子li 2022-09-13 09:30:48 +08:00
parent c6242d7dbe
commit a25fadc2bf
1 changed files with 1 additions and 1 deletions

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);
/**
*