mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	fix 修复 oss配置删除内部数据id匹配类型问题
This commit is contained in:
		@@ -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);
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 云服务商
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user