From 28cf328a098334b51a3e9d2d56f983fb8c862211 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期六, 23 五月 2020 09:54:38 +0800 Subject: [PATCH] 足迹、收藏订单兼容新需求 --- fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SwiperBannerService.java | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SwiperBannerService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SwiperBannerService.java index e3b5c59..9c14242 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SwiperBannerService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SwiperBannerService.java @@ -17,13 +17,13 @@ public SwiperBanner selectByPrimaryKey(Long id); - public int updateByPrimaryKeySelective(SwiperBanner record) throws SwiperBannerException; + public int updateByPrimaryKeySelective(SwiperBanner record); - public int updateByPrimaryKey(SwiperBanner record) throws SwiperBannerException; + public int updateByPrimaryKey(SwiperBanner record); - public List<SwiperBanner> query(long start, int count, String key, Integer sort) throws SwiperBannerException; + public List<SwiperBanner> query(long start, int count, String key, Integer sort); - public long countQuery(String key) throws SwiperBannerException; + public long countQuery(String key); public int deleteBatchByPrimaryKey(List<Long> list) throws Exception; @@ -33,5 +33,12 @@ * @throws SwiperBannerException */ public List<SwiperBanner> getEffectiveOption(); + + /** + * 鐘舵�佸垏鎹� + * @param id + * @throws SwiperBannerException + */ + public void switchState(Long id) throws SwiperBannerException; } -- Gitblit v1.8.0