src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java
@@ -622,7 +622,10 @@ documentaryOrderSetInfoVo.setFollowCnt(followCnt); Integer maxFollowCnt = followFollowerSettingEntity.getMaxFollowCnt(); documentaryOrderSetInfoVo.setMaxFollowCnt(maxFollowCnt); if(maxFollowCnt == 0){ documentaryOrderSetInfoVo.setMaxFollowCnt(null); } documentaryOrderSetInfoVo.setMaxFollowCnt(maxFollowCnt.toString()); return Result.ok(documentaryOrderSetInfoVo); }