mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
Merge branch 'main' of https://gitee.com/mybatis-flex/mybatis-flex
This commit is contained in:
commit
cf6911b32f
@ -44,7 +44,7 @@ public class CacheableServiceImpl<M extends BaseMapper<T>, T> implements IServic
|
||||
|
||||
@Autowired
|
||||
@SuppressWarnings("SpringJavaInjectionPointsAutowiringInspection")
|
||||
private M mapper;
|
||||
protected M mapper;
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
@ -96,4 +96,4 @@ public class CacheableServiceImpl<M extends BaseMapper<T>, T> implements IServic
|
||||
return QueryWrapper.create().from(new QueryTable(tableInfo.getSchema(), tableInfo.getTableName()));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user