| | |
| | | fromMember.setActiveStatus(1); |
| | | dappMemberDao.updateById(fromMember); |
| | | |
| | | DataDictionaryCustom symbolDic = dataDictionaryCustomMapper.selectDicDataByTypeAndCode( |
| | | DataDictionaryEnum.BUCHANG_SYMBOL.getType(), |
| | | DataDictionaryEnum.BUCHANG_SYMBOL.getCode() |
| | | ); |
| | | symbolDic.setValue("1"); |
| | | dataDictionaryCustomMapper.updateById(symbolDic); |
| | | |
| | | Long id = fundFlow.getId(); |
| | | Long memberId = fromMember.getId(); |
| | | /** |
| | | * 发送直推8% |
| | | */ |
| | | chainProducer.sendDirectPerkMsg(id); |
| | | /** |
| | | * DAO成员动态: |
| | | * * 1.直推1个拿2代,直推10个拿20代,直推15个拿30代,最高30代 |
| | | */ |
| | | chainProducer.sendMemberDynamicPerkMsg(id); |
| | | // /** |
| | | // * DAO成员动态: |
| | | // * * 1.直推1个拿2代,直推10个拿20代,直推15个拿30代,最高30代 |
| | | // */ |
| | | // chainProducer.sendMemberDynamicPerkMsg(id); |
| | | /** |
| | | * |
| | | * * 六、永动补偿池2% |