admin
2020-07-07 c9cbad5f5d18c6b2ac5a063e41007933d7028329
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);
   }
}