- 10 Apr, 2023 5 commits
-
-
若依 authored
Merge pull request !700 from Nymph2333/N/A
-
若依 authored
Merge pull request !699 from bell/N/A
-
若依 authored
Merge pull request !695 from 绿色心情/icon-select
-
Nymph2333 authored
This method propagates any exception thrown by the nullary constructor, including a checked exception. Use of this method effectively bypasses the compile-time exception checking that would otherwise be performed by the compiler. The Constructor.newInstance method avoids this problem by wrapping any exception thrown by the constructor in a (checked) InvocationTargetException. The call clazz.newInstance() can be replaced by clazz.getDeclaredConstructor().newInstance() The latter sequence of calls is inferred to be able to throw the additional exception types InvocationTargetException and NoSuchMethodException. Both of these exception types are subclasses of ReflectiveOperationException. Signed-off-by:Nymph2333 <498092988@qq.com>
-
bell authored
Signed-off-by:bell <bellaconly@qq.com>
-
- 09 Apr, 2023 1 commit
-
-
尹志芳 authored
-
- 07 Apr, 2023 1 commit
-
-
e authored
-
- 05 Apr, 2023 7 commits
-
-
RuoYi authored
-
RuoYi authored
-
若依 authored
Merge pull request !686 from wzy1024/wzy1024
-
若依 authored
Merge pull request !683 from 也曾为你像超人/N/A
-
若依 authored
Merge pull request !682 from baozhigang/column-comment
-
若依 authored
Merge pull request !681 from Jimi/master
-
若依 authored
Merge pull request !676 from 也曾为你像超人/master
-
- 04 Apr, 2023 1 commit
-
-
wzy1024 authored
导出Excel,@Excel注解使用dictType属性时,如果有大量的字典数据,就会有大量的查询redis(打开、关闭),导致特别慢。于是使用map存储字典数据,相同的key就不需要再次去查询redis,大大提高了导出效率。
-
- 01 Apr, 2023 1 commit
-
-
也曾为你像超人 authored
Signed-off-by:也曾为你像超人 <1553592282@qq.com>
-
- 30 Mar, 2023 2 commits
-
-
“baozhigang” authored
-
Jimi authored
-
- 18 Mar, 2023 3 commits
- 17 Mar, 2023 5 commits
- 11 Mar, 2023 3 commits
-
-
刘元博 authored
-
0慕容雪0 authored
Signed-off-by:0慕容雪0 <ytu.mxh@163.com>
-
也曾为你像超人 authored
Signed-off-by:也曾为你像超人 <1553592282@qq.com>
-
- 10 Mar, 2023 2 commits
-
-
Giovanni authored
-
0慕容雪0 authored
DataScopeAspect,数据权限切面处理类中,用户多角色情况下,若所有角色都不包含传递过来的权限字符,这个时候sqlString也会为空,会导致用户拥有全部数据权限,所以要限制一下, 可以根据conditions集合是否为空,来判断循环时所有角色是否都是在判断权限字符时continue了。 复现方法: 在使用@DataScope注解时permission定义了值,这个值所有角色不包含。 Signed-off-by:0慕容雪0 <ytu.mxh@163.com>
-
- 05 Mar, 2023 1 commit
-
-
RuoYi authored
-
- 28 Feb, 2023 1 commit
-
-
RuoYi authored
-
- 23 Feb, 2023 1 commit
-
-
RuoYi authored
-
- 22 Feb, 2023 1 commit
-
-
RuoYi authored
-
- 21 Feb, 2023 4 commits
- 20 Feb, 2023 1 commit
-
-
RuoYi authored
-