xiaoyong931011
2021-03-04 a95ecaf7c67dc3fd872d1c9fa176b49294365ff1
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);
   }