Merge branch 'whole_new' of http://120.27.238.55:7000/r/exchange into whole_new
| | |
| | | documentaryOrderSetInfoVo.setFollowCnt(followCnt);
|
| | |
|
| | | Integer maxFollowCnt = followFollowerSettingEntity.getMaxFollowCnt();
|
| | | documentaryOrderSetInfoVo.setMaxFollowCnt(maxFollowCnt);
|
| | | |
| | | if(maxFollowCnt == 0){
|
| | | documentaryOrderSetInfoVo.setMaxFollowCnt(null);
|
| | | }
|
| | | documentaryOrderSetInfoVo.setMaxFollowCnt(maxFollowCnt.toString());
|
| | | log.info(memberId + "-最大持仓张数-"+maxFollowCnt.toString());
|
| | | return Result.ok(documentaryOrderSetInfoVo);
|
| | | }
|
| | |
|
| | |
| | | private Integer followCnt;
|
| | |
|
| | | @ApiModelProperty(value = "跟单最大持仓张数数量", example = "2")
|
| | | private int maxFollowCnt;
|
| | | private String maxFollowCnt;
|
| | |
|
| | | public BigDecimal getProfit() {
|
| | | return profit.multiply(BigDecimal.valueOf(1));
|