| | |
| | | <mapper namespace="com.xcong.excoin.modules.coin.dao.platform.TradeSettingDao">
|
| | |
|
| | | <select id="findTradeSetting" resultType="com.xcong.excoin.modules.coin.entity.PlatformTradeSettingEntity">
|
| | | SELECT
|
| | | id id,
|
| | | spread spread,
|
| | | leverageratio leverageRatio,
|
| | | outstock outStock,
|
| | | closingratio closingRatio,
|
| | | agent_return agent_return,
|
| | | doing_rate doingRate
|
| | | FROM
|
| | | platform_trade_setting
|
| | | SELECT * FROM platform_trade_setting
|
| | | </select>
|
| | |
|
| | | <select id="findSymbolSkubySymbol" resultType="com.xcong.excoin.modules.coin.entity.PlatformSymbolsSku">
|