Helius
2021-02-02 1e97d92a4c7548574e7e426dfa15dba4eb85f21d
src/main/resources/mapper/documentary/FollowFollowerSettingDao.xml
@@ -23,7 +23,7 @@
   <select id="selectAllFollowerSettingByTradeMemberId" resultType="com.xcong.excoin.modules.documentary.entity.FollowFollowerSettingEntity">
      select a.*
      from follow_follower_setting a, follow_follower_profit b
      where a.trader_member_id=b.trade_member_id and a.trader_member_id=#{memberId} and b.is_follow=1
      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>