xiaoyong931011
2021-03-04 6444e8ab5afb8cfeba903a857908ea4d5aaf3d9d
20210304   最大持仓数设置0时,显示为空
1 files modified
4 ■■■ changed files
src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java 4 ●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java
@@ -622,7 +622,9 @@
        documentaryOrderSetInfoVo.setFollowCnt(followCnt);
        
        Integer maxFollowCnt = followFollowerSettingEntity.getMaxFollowCnt();
        documentaryOrderSetInfoVo.setMaxFollowCnt(maxFollowCnt);
        if(maxFollowCnt >= 0){
            documentaryOrderSetInfoVo.setMaxFollowCnt(maxFollowCnt);
        }
        
        return Result.ok(documentaryOrderSetInfoVo);
    }