wzy
2021-04-15 0a3d6259f6a32067d1f0ff0c7f9840fd7eff7b20
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)) {