| | |
| | | <?xml version="1.0" encoding="UTF-8"?> |
| | | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.xcong.excoin.modules.documentary.dao.FollowFollowerProfitDao"> |
| | | |
| | | <select id="selectByMemberIdandIsFollow" resultType="com.xcong.excoin.modules.documentary.entity.FollowFollowerProfitEntity"> |
| | | SELECT |
| | | * |
| | | FROM |
| | | follow_follower_profit |
| | | WHERE |
| | | member_id = #{id} |
| | | and is_follow = #{isFollowY} |
| | | order by create_time desc |
| | | </select> |
| | | |
| | | <select id="selectFollowRecords" resultType="com.xcong.excoin.modules.documentary.vo.FollowRecordsVo"> |
| | | SELECT |