2 files modified
1 files added
| New file |
| | |
| | | -- 用户表增加信用分字段,默认100 |
| | | ALTER TABLE tz_user ADD COLUMN credit_score INT DEFAULT 100 COMMENT '信用分'; |
| | |
| | | if (exchange_apply_order_sell_fee < 0) { |
| | | throw new YamiShopBindException("币币交易卖出手续费不得小于0"); |
| | | } |
| | | if (futures_most_prfit_level < 0) { |
| | | throw new YamiShopBindException("交割合约赢率不得小于0"); |
| | | } |
| | | // if (futures_most_prfit_level < 0) { |
| | | // throw new YamiShopBindException("交割合约赢率不得小于0"); |
| | | // } |
| | | } |
| | | |
| | | /** |
| | |
| | | "futures24Profit:{}, futures24Amount:{}, futures_ratio:{}, futures_most_prfit_level:{}", |
| | | order.getOrderNo(), futures24Profit, futures24Amount, futures_ratio, futures_most_prfit_level); |
| | | |
| | | ProfitLoss = "loss"; |
| | | |
| | | // ProfitAndLossConfig_on = 1; |
| | | } |
| | | } |
| | | |
| | | }else{ |
| | | ProfitLoss = "loss"; |
| | | } |
| | | |
| | | |