Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Apr 6, 2018
1 parent ce79316 commit 698f0ff
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import cn.wizzer.app.cms.modules.services.CmsArticleService;
import cn.wizzer.framework.page.Pagination;
import com.alibaba.dubbo.config.annotation.Service;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import org.nutz.dao.Condition;
import org.nutz.dao.Dao;
import org.nutz.ioc.loader.annotation.IocBean;
Expand All @@ -22,7 +21,6 @@ public CmsArticleServiceImpl(Dao dao) {
}

@CacheResult
@HystrixCommand
public Pagination getListPage(int pageNumber, int pageSize, Condition cnd) {
return this.listPage(pageNumber, pageSize, cnd);
}
Expand Down

0 comments on commit 698f0ff

Please sign in to comment.