Helius
2021-06-08 30c1c9d16a57d2bbc7cd1511d02c5ddcc6a143f6
src/main/java/com/xcong/excoin/modules/documentary/vo/DocumentaryOrderSetInfoVo.java
@@ -32,9 +32,9 @@
   private Integer followCnt;
   
   @ApiModelProperty(value = "跟单最大持仓张数数量", example = "2")
   private int maxFollowCnt;
   private String maxFollowCnt;
   public BigDecimal getProfit() {
      return profit.multiply(BigDecimal.valueOf(10));
      return profit.multiply(BigDecimal.valueOf(1));
   }
}