| | |
| | | */ |
| | | package org.springblade.modules.discuss.mapper; |
| | | |
| | | import io.lettuce.core.dynamic.annotation.Param; |
| | | import org.springblade.modules.discuss.dto.UserTopicsDTO; |
| | | import org.springblade.modules.discuss.entity.UserTopicsEntity; |
| | | import org.springblade.modules.discuss.excel.UserTopicsExcel; |
| | | import org.springblade.modules.discuss.excel.holdExcel; |
| | | import org.springblade.modules.discuss.vo.UserTopicsVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * 用户议题报表 Mapper 接口 |
| | |
| | | * @return 用户议题报表集合 |
| | | */ |
| | | public List<UserTopicsDTO> selectUserTopicsList(UserTopicsDTO userTopicsDTO); |
| | | |
| | | List<UserTopicsExcel> exportUser( @Param("userTopics") UserTopicsVO userTopics); |
| | | List<UserTopicsExcel> getresultTwo( @Param("userTopics") UserTopicsVO userTopics); |
| | | |
| | | UserTopicsVO getresult(UserTopicsVO userTopics); |
| | | |
| | | List<holdExcel> getHouseholdList(UserTopicsVO userTopics); |
| | | |
| | | Map<String, Object> getUserTopicsTotal(Integer articleId); |
| | | } |