Helius
2020-09-08 3b51e28456fc8c3ca03a27df70645b82c1a1530b
src/main/resources/mapper/documentary/FollowFollowerSettingDao.xml
@@ -18,4 +18,12 @@
         member_id = #{memberId} 
         and trader_id = #{traderId} 
    </select>
   <select id="selectAllFollowerSettingByTradeMemberId" resultType="com.xcong.excoin.modules.documentary.entity.FollowFollowerSettingEntity">
      select a.*
      from follow_follower_setting a, follow_follower_profit b
      where a.member_id=b.member_id and a.trader_member_id=b.trade_member_id and a.trader_member_id=#{memberId} and b.is_follow=1
   </select>
</mapper>