Helius
2021-06-15 a525a164701bfcf4d5002f29e1f3ad60ee50ca28
modify
1 files modified
6 ■■■■ changed files
src/main/java/com/xcong/excoin/modules/coin/controller/OrderCoinController.java 6 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/controller/OrderCoinController.java
@@ -70,9 +70,9 @@
    public Result submitSalesWalletCoinOrder(@RequestBody @Valid SubmitSalesWalletCoinOrderDto submitSalesWalletCoinOrderDto) {
        log.debug("买卖单参数[{}]", JSONObject.toJSONString(submitSalesWalletCoinOrderDto));
        String status = redisUtils.getString("bzz_order_status");
        if (!"1".equals(status)) {
            return Result.fail("暂未开放");
        }
//        if (!"1".equals(status)) {
//            return Result.fail("暂未开放");
//        }
        String symbol = submitSalesWalletCoinOrderDto.getSymbol();
        Integer type = submitSalesWalletCoinOrderDto.getType();
        Integer tradeType = submitSalesWalletCoinOrderDto.getTradeType();