admin
2020-09-24 ca1ad791b7b7b04e57db6bd4fb93f0c1066a9f99
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);
   }
}