mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
Merge branch 'master' into 11
This commit is contained in:
commit
c05871bcc9
@ -32,6 +32,7 @@ public class MPJSqlInjector extends DefaultSqlInjector {
|
|||||||
/**
|
/**
|
||||||
* 升级到 mybatis plus 3.4.3.2 后对之前的版本兼容
|
* 升级到 mybatis plus 3.4.3.2 后对之前的版本兼容
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
public List<AbstractMethod> getMethodList(Class<?> mapperClass) {
|
public List<AbstractMethod> getMethodList(Class<?> mapperClass) {
|
||||||
List<AbstractMethod> list = Stream.of(
|
List<AbstractMethod> list = Stream.of(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user