| | |
| | | // @Autowired |
| | | // private AgentConsumer agentConsumer; |
| | | // |
| | | // @Autowired |
| | | // private IAgentService agentService; |
| | | @Autowired |
| | | private IAgentService agentService; |
| | | // |
| | | // @Autowired |
| | | // private IMemberProfitService memberProfitService; |
| | | // |
| | | // @Test |
| | | // public void dynamicProfit() { |
| | | //// agentService.returnMoneyToAgent(578L); |
| | | @Test |
| | | public void dynamicProfit() { |
| | | agentService.returnMoneyToAgent(3323L); |
| | | // agentService.autoUpAgentLevel(640L); |
| | | // } |
| | | } |
| | | // @Test |
| | | // public void agentProfit() { |
| | | // memberProfitService.agentProfit(null); |