xiaoyong931011
2021-03-04 5cd1f09604582fd87f91cc2529d48335b6b25645
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);
   }