xiaoyong931011
2021-03-04 d7a26f3570e65d4364b30b4650f01618f2c33cc6
20210304  最大跟随人数
1 files modified
3 ■■■■ changed files
src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java 3 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java
@@ -677,8 +677,9 @@
        Integer maxFollowCnt = followFollowerSettingEntity.getMaxFollowCnt();
        if(maxFollowCnt > 0){
            documentaryOrderSetInfoVo.setMaxFollowCnt(maxFollowCnt.toString());
        }
        }else {
        documentaryOrderSetInfoVo.setMaxFollowCnt("");
        }
        log.info(memberId + "-最大持仓张数-"+maxFollowCnt.toString());
        return Result.ok(documentaryOrderSetInfoVo);
    }