xiaoyong931011
2021-03-04 0212296b8acdc4f65d341a4a6e7b4b2131c15f6a
src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java
@@ -642,7 +642,7 @@
        if(maxFollowCnt > 0){
           documentaryOrderSetInfoVo.setMaxFollowCnt(maxFollowCnt.toString());
      }
        documentaryOrderSetInfoVo.setMaxFollowCnt(null);
        documentaryOrderSetInfoVo.setMaxFollowCnt("");
        log.info(memberId + "-最大持仓张数-"+maxFollowCnt.toString());
      return Result.ok(documentaryOrderSetInfoVo);
   }