xiaoyong931011
2021-03-04 6444e8ab5afb8cfeba903a857908ea4d5aaf3d9d
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);
   }