fix 修复 oss配置删除内部数据id匹配类型问题
This commit is contained in:
parent
fc442f482d
commit
9e075f5c85
@ -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);
|
||||
|
||||
/**
|
||||
* 云服务商
|
||||
|
Loading…
x
Reference in New Issue
Block a user