This commit is contained in:
开源海哥 2023-07-18 14:00:44 +08:00
commit cf6911b32f

View File

@ -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()));
}
}
}