admin
2021-03-02 4011b8d0b377af33e2bc435f7726329630d706cb
src/main/java/com/yeshi/buwan/service/imp/CategoryAreaService.java
@@ -29,22 +29,6 @@
   @Resource
   private CategoryContryDao categoryContryDao;
   public CategoryContryDao getCategoryContryDao() {
      return categoryContryDao;
   }
   public void setCategoryContryDao(CategoryContryDao categoryContryDao) {
      this.categoryContryDao = categoryContryDao;
   }
   public ClassService getClassService() {
      return classService;
   }
   public void setClassService(ClassService classService) {
      this.classService = classService;
   }
   @Cacheable(value = "classCache", key = "'categoryContryList'+'-'+#cid")
   public List<CategoryContry> categoryContryList(String cid) {