xiaoyong931011
2021-03-04 a7ee66c023bf37798e87c4c801a9c99cfbc97f90
20210304  最大跟随人数
2 files modified
3 ■■■■■ changed files
src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderInfoEntity.java 2 ●●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java 1 ●●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/documentary/entity/FollowTraderInfoEntity.java
@@ -21,6 +21,8 @@
    private static final long serialVersionUID = 1L;
    
    public static final String DECLARATION_DEFAULT = "正忙着赚钱,什么也没写";
    public static final Integer FOLLOWNUM_DEFAULT = 500;
     /**
     * 会员ID
     */
src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java
@@ -784,6 +784,7 @@
            followTraderInfoEntity.setDeclaration(declaration);
        }
        followTraderInfoEntity.setLabels(labels);
        followTraderInfoEntity.setFollowNum(FollowTraderInfoEntity.FOLLOWNUM_DEFAULT);
        followTraderInfoEntity.setIsAll(FollowTraderInfoEntity.IS_ALL_N);
        followTraderInfoEntity.setProfitRatio(BigDecimal.ZERO);
        followTraderInfoEntity.setVerifyStatus(FollowTraderInfoEntity.VERIFYSTATUS_ING);