xiaoyong931011
2021-03-04 d5a5abe86b784be878589c642d6ddc087136d87c
20210304
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java 2 ●●● patch | view | raw | blame | history
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);
    }