| | |
| | | |
| | | public static final String RETURN_MONEY_TITLE = "跟单-平仓返利"; |
| | | public static final String RETURN_MONEY_CONTENT = "平仓成功,收到的合约{},币种{}的返利金额:{}"; |
| | | public static final String RETURN_MONEY_CONTENT_MAMC = "合约{},币种{}的返利"; |
| | | public static final String RETURN_MONEY_CONTENT_MAMC = "合约-{},订单{}的带单返利"; |
| | | |
| | | } |
| | |
| | | LogRecordUtils.insertMemberAccountMoneyChange( |
| | | traderMemberId, |
| | | StrUtil.format(NoticeConstant.RETURN_MONEY_CONTENT_MAMC, |
| | | orderNoTrader.substring(8), |
| | | symbol), |
| | | symbol, |
| | | orderNoTrader.substring(8)), |
| | | totalAmount, |
| | | MemberWalletCoinEnum.WALLETCOINCODE.getValue(), |
| | | MemberAccountMoneyChange.STATUS_SUCCESS_INTEGER, |