xiaoyong931011
2020-11-20 4c4d1e52ee25f9d77c132144521df6694cd8e63e
src/main/java/com/xcong/excoin/modules/coin/controller/OrderCoinController.java
@@ -64,7 +64,7 @@
   @PostMapping(value="/submitSalesWalletCoinOrder")
    @SubmitRepeat
   public Result submitSalesWalletCoinOrder(@RequestBody @Valid SubmitSalesWalletCoinOrderDto submitSalesWalletCoinOrderDto) {
      log.info("买卖单参数[{}]", JSONObject.toJSONString(submitSalesWalletCoinOrderDto));
      log.debug("买卖单参数[{}]", JSONObject.toJSONString(submitSalesWalletCoinOrderDto));
      String symbol = submitSalesWalletCoinOrderDto.getSymbol();
      Integer type = submitSalesWalletCoinOrderDto.getType();
      Integer tradeType = submitSalesWalletCoinOrderDto.getTradeType();