修改

parent 25d2f315
...@@ -48,7 +48,7 @@ public class LoanVestMQServiceImpl implements IVestService { ...@@ -48,7 +48,7 @@ public class LoanVestMQServiceImpl implements IVestService {
LOGGER.info("用登陆统计发送,message={}",message); LOGGER.info("用登陆统计发送,message={}",message);
String msg = JSONObject.toJSONString(message); String msg = JSONObject.toJSONString(message);
loanVestRabbitTemplate.convertAndSend(loanVestQueue.getName(), msg); loanVestRabbitTemplate.convertAndSend("statistics-user", msg);
LOGGER.info("用登陆统计成功,message={}",msg); LOGGER.info("用登陆统计成功,message={}",msg);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment