| | |
| | | log.info("全体平分:{}", id); |
| | | dappSystemService.allMemberPerkAvaMsg(id); |
| | | } |
| | | |
| | | /**合约铸造ANDAO |
| | | * @param flowId |
| | | */ |
| | | @RabbitListener(queues = QueueConstants.QUEUE_CONTRACT_AN_DAO) |
| | | public void contractAnDaoMsg(Long flowId) { |
| | | log.info("1-消费合约铸造ANDAO:{}", flowId); |
| | | dappSystemService.contractAnDaoMsg(flowId); |
| | | } |
| | | |
| | | /**合约铸造ANDAO |
| | | * @param flowId |
| | | */ |
| | | @RabbitListener(queues = QueueConstants.QUEUE_ANT_A_CION_IN_CONTRACT) |
| | | public void contractAnDaoInMsg(Long flowId) { |
| | | log.info("2-消费合约铸造ANDAO:{}", flowId); |
| | | dappSystemService.contractAnDaoInMsg(flowId); |
| | | } |
| | | } |