Helius
2021-04-14 f3948fa31158c7b7dea3b038e01c43ce54c55a1c
src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java
@@ -216,6 +216,10 @@
              FollowTraderProfitInfoVo.setDeclaration(declaration);
              Integer isAll = followTraderInfoEntity.getIsAll();
              FollowTraderProfitInfoVo.setIsAll(isAll);
            Date entryTime = followTraderInfoEntity.getEntryTime();
            int datePoor = getDatePoor(entryTime, new Date());
            FollowTraderProfitInfoVo.setEntryDays(datePoor);
              
              String labels = followTraderInfoEntity.getLabels();
              if(StrUtil.isNotEmpty(labels)) {
@@ -1032,7 +1036,11 @@
           tradeProfitInfoVo.setTotalFollowerCnt(totalFollowerCnt);
           BigDecimal totalOrderCnt = followTraderProfitInfoVo.getTotalOrderCnt();
           tradeProfitInfoVo.setTotalOrderCnt(totalOrderCnt);
        }
         BigDecimal thirtyProfitRatio = followTraderProfitInfoVo.getThirtyProfitRatio();
         tradeProfitInfoVo.setThirtyProfitRatio(thirtyProfitRatio);
         BigDecimal thirtyRatio = followTraderProfitInfoVo.getThirtyRatio();
         tradeProfitInfoVo.setThirtyRatio(thirtyRatio);
      }
      return Result.ok(tradeProfitInfoVo);
   }