xiaoyong931011
2020-07-31 bc83d475764693f00e77dd8a2b67b026a9963f47
src/main/resources/mapper/documentary/FollowFollowerProfitDao.xml
@@ -63,5 +63,15 @@
         and contract_type = 2
      order by opening_time desc
    </select>
   <select id="selectDocumentaryOrderSetInfoBymemberIdAndTradeId" resultType="com.xcong.excoin.modules.documentary.entity.FollowFollowerProfitEntity">
      SELECT
         *
      FROM
         follow_follower_profit
      WHERE
         member_id = #{memberId}
         and trade_id = #{traderId}
    </select>
</mapper>