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); }