xiaoyong931011
2021-03-19 703583a4183d2153742b64663193fd003ff7a9e5
src/main/resources/mapper/documentary/FollowFollowerSettingDao.xml
@@ -25,5 +25,13 @@
      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>
   <select id="selectDocumentaryOrderSetInfosBymemberId" resultType="com.xcong.excoin.modules.documentary.entity.FollowFollowerSettingEntity">
      SELECT
         *
      FROM
         follow_follower_setting
      WHERE
         member_id = #{memberId}
   </select>
</mapper>