From dc5be7d38446f70e6ff86df311119c32b41fe7f8 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 28 十一月 2020 16:37:05 +0800 Subject: [PATCH] 大淘客搜索接口升级 --- fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java index c4821fd..0802d4f 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java +++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/brand/BrandClassMapper.java @@ -2,6 +2,7 @@ import java.util.List; +import com.yeshi.fanli.entity.SystemEnum; import org.apache.ibatis.annotations.Param; import com.yeshi.fanli.dao.BaseMapper; @@ -13,7 +14,7 @@ * 鏌ヨ鍝佺墝鍒嗙被 * @return */ - List<BrandClass> listEffective(); + List<BrandClass> listEffective(@Param("system")SystemEnum system); /** * 鎺掑簭 @@ -23,7 +24,6 @@ /** * 鑾峰彇鐩搁偦搴忓彿 - * @param position * @param type * @return */ @@ -47,8 +47,8 @@ * @return */ List<BrandClass> listQuery(@Param("start") long start, @Param("count") int count, @Param("key") String key, - @Param("state") Integer state); + @Param("state") Integer state,@Param("system") SystemEnum system); - long countQuery(@Param("key") String key, @Param("state") Integer state); + long countQuery(@Param("key") String key, @Param("state") Integer state,@Param("system")SystemEnum system); } \ No newline at end of file -- Gitblit v1.8.0