From 7384fd794b9bcb38cef7853cb55e56e810775678 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 09 八月 2019 14:27:02 +0800 Subject: [PATCH] 动态/品牌商品添加到重要商品更新库,推荐记录列表返回结果跳转任意更改 --- fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/ForbiddenUserIdentifyCodeMapper.java | 15 --------------- 1 files changed, 0 insertions(+), 15 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/ForbiddenUserIdentifyCodeMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/ForbiddenUserIdentifyCodeMapper.java index 27e65f4..d9fdd44 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/ForbiddenUserIdentifyCodeMapper.java +++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/user/ForbiddenUserIdentifyCodeMapper.java @@ -7,7 +7,6 @@ import com.yeshi.fanli.dao.BaseMapper; import com.yeshi.fanli.entity.bus.user.ForbiddenUserIdentifyCode; import com.yeshi.fanli.entity.bus.user.ForbiddenUserIdentifyCode.ForbiddenUserIdentifyCodeTypeEnum; -import com.yeshi.fanli.vo.user.ForbiddenUserIdentifyCodeVO; public interface ForbiddenUserIdentifyCodeMapper extends BaseMapper<ForbiddenUserIdentifyCode> { @@ -21,18 +20,4 @@ List<ForbiddenUserIdentifyCode> listByTypeAndIdentifyCode(@Param("type") ForbiddenUserIdentifyCodeTypeEnum type, @Param("identifyCode") String identifyCode); - - /** - * 鏌ヨ灏佺璁板綍 - * @param start - * @param count - * @param key - * @return - */ - List<ForbiddenUserIdentifyCodeVO> listQuery(@Param("start") long start, @Param("count") int count, - @Param("key") String key, @Param("type") Integer type); - - - long countQuery(@Param("key") String key, @Param("type") Integer type); - } \ No newline at end of file -- Gitblit v1.8.0