Helius
2020-07-07 47768a7058944b36ad83026c4ed72dd64fac7696
modify
1 files modified
4 ■■■■ changed files
src/main/resources/mapper/modules/AgentReturnDao.xml 4 ●●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/AgentReturnDao.xml
@@ -5,8 +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.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