From 24a8d17e007545f7426c48352109aa1a9c6587ee Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 06 五月 2020 12:02:09 +0800 Subject: [PATCH] IOS上线隐藏我的界面的banner与超级会员升级信息 --- fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapper.java | 64 ++++++++++++++++++------------- 1 files changed, 37 insertions(+), 27 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapper.java b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapper.java index d5dae15..758619e 100644 --- a/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapper.java +++ b/fanli/src/main/java/com/yeshi/fanli/dao/mybatis/clazz/GoodsSubClassLabelMapper.java @@ -1,28 +1,38 @@ -package com.yeshi.fanli.dao.mybatis.clazz; - -import java.util.List; - -import org.apache.ibatis.annotations.Param; - -import com.yeshi.fanli.dao.BaseMapper; -import com.yeshi.fanli.entity.bus.clazz.GoodsSubClassLabel; - -public interface GoodsSubClassLabelMapper extends BaseMapper<GoodsSubClassLabel> { - - /** - * 鏍规嵁鍚嶇О涓庝富鍒嗙被ID鑾峰彇浜岀骇鍒嗙被鏍囩 - * - * @param name - * @param classId - * @return - */ - GoodsSubClassLabel selectByClassIdAndName(@Param("name")String name,@Param("classId") Long classId); - - /** - * 鏍规嵁鍒嗙被ID妫�绱� - * @param classId - * @return - */ - List<GoodsSubClassLabel> listByClassId(@Param("classId") Long classId); - +package com.yeshi.fanli.dao.mybatis.clazz; + +import java.util.List; + +import org.apache.ibatis.annotations.Param; + +import com.yeshi.fanli.dao.BaseMapper; +import com.yeshi.fanli.entity.bus.clazz.GoodsSubClassLabel; +import com.yeshi.fanli.vo.goods.GoodsSubClassLabelVO; + +public interface GoodsSubClassLabelMapper extends BaseMapper<GoodsSubClassLabel> { + + /** + * 鏍规嵁鍚嶇О涓庝富鍒嗙被ID鑾峰彇浜岀骇鍒嗙被鏍囩 + * + * @param name + * @param classId + * @return + */ + GoodsSubClassLabel selectByClassIdAndName(@Param("name")String name,@Param("classId") Long classId); + + /** + * 鏍规嵁鍒嗙被ID妫�绱� + * @param classId + * @return + */ + List<GoodsSubClassLabel> listByClassId(@Param("classId") Long classId); + + + /** + * 鏌ヨ浜岀骇鍒嗙被銆佹爣绛� + * @param classId + * @return + */ + List<GoodsSubClassLabelVO> listSubMapByClassId(@Param("classId") Long classId,@Param("month")Integer month); + + } \ No newline at end of file -- Gitblit v1.8.0