From e84072e09a70e0795e464c91c7a81c91d205f29b Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 07 Jul 2020 20:19:51 +0800
Subject: [PATCH] modify

---
 src/main/resources/mapper/modules/AgentReturnDao.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/modules/AgentReturnDao.xml b/src/main/resources/mapper/modules/AgentReturnDao.xml
index dc73fa4..423a818 100644
--- a/src/main/resources/mapper/modules/AgentReturnDao.xml
+++ b/src/main/resources/mapper/modules/AgentReturnDao.xml
@@ -5,6 +5,8 @@
     <select id="selectAgentReturnList" resultType="com.xcong.excoin.modules.contract.entity.AgentReturnEntity">
         select
             CONCAT(b.first_name, b.second_name) account,
+--             a.closing_fee_amount*(select fee_spread_ratio from platform_trade_setting) closing_fee_amount,
+--             a.opening_fee_amount*(select fee_spread_ratio from platform_trade_setting) opening_fee_amount,
             a.*,
             c.phone,
             c.email

--
Gitblit v1.9.1