xiaoyong931011
2020-07-30 fc5d2e8c20e82550eaf0e7ff1dc19f85d73a41bd
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>