1
zyy
3 days ago a6c07a0526befbbd8194c97eb8f64b84b1a477a1
trading-order-admin/src/main/java/com/yami/trading/admin/controller/syspara/SysparaController.java
@@ -269,9 +269,9 @@
        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");
//        }
    }
    /**