Helius
2021-04-07 9579b8ddd98b5e9a1170511ca75d2d07b1cded08
Merge branch 'activity' of http://120.27.238.55:7000/r/exchange into activity
1 files modified
4 ■■■■ changed files
src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java 4 ●●●● patch | view | raw | blame | history
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)) {