fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/SuperHomeNavbarServiceImpl.java
@@ -48,19 +48,6 @@ public int updateByPrimaryKey(SuperHomeNavbar record) { return superHomeNavbarMapper.updateByPrimaryKey(record); } @Override public List<SuperHomeNavbar> listBySystem(Long systemId) { return superHomeNavbarMapper.listBySystem(systemId); } @Cacheable(value = "configCache", key = "'listBySystemCache-'+#systemId") @Override public List<SuperHomeNavbar> listBySystemCache(Long systemId) { return listBySystem(systemId); } }