Helius
2020-08-07 3b31e14e178f73fdb2605436cbd5f544ddc2de02
src/main/resources/mapper/documentary/FollowFollowerOrderRelationDao.xml
@@ -33,4 +33,9 @@
      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>