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>