Helius
2020-08-27 1d32c206cc2c5815d43f03f17491bf933c5586d5
src/main/resources/mapper/documentary/FollowFollowerOrderRelationDao.xml
@@ -32,5 +32,10 @@
      where a.trade_member_id=b.trade_member_id and a.trade_order_no=#{orderNo} and b.is_follow=1
      and a.order_type=1
   </select>
   <select id="selectTraderTotalProfit" resultType="java.math.BigDecimal">
      select sum(b.reward_amount)
      from follow_follower_order_relation a, contract_order b
      where a.order_id=b.id and a.trade_member_id=#{memberId}
   </select>
</mapper>