Helius
2021-03-04 55de682ea7666c8bc03aa1a3414e9df78ea75ac6
src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java
@@ -626,7 +626,7 @@
           documentaryOrderSetInfoVo.setMaxFollowCnt(null);
      }
        documentaryOrderSetInfoVo.setMaxFollowCnt(maxFollowCnt.toString());
        log.info(memberId + "-最大持仓张数-"+maxFollowCnt.toString());
      return Result.ok(documentaryOrderSetInfoVo);
   }