Commit 5357dd04 authored by yanzg's avatar yanzg

接口文档的支持

parent 8ff25687
...@@ -207,7 +207,7 @@ public class MqServiceImpl implements MqService { ...@@ -207,7 +207,7 @@ public class MqServiceImpl implements MqService {
vo.setServerId(serverId); vo.setServerId(serverId);
vo.setQueueName(queueName); vo.setQueueName(queueName);
vo.setQueueServer(localQueueName); vo.setQueueServer(localQueueName);
if (queueServerTokenDao.load(vo, QueueServerVo.class) == null) { if (queueServerDao.load(vo, QueueServerVo.class) == null) {
queueServerDao.create(vo); queueServerDao.create(vo);
} else { } else {
queueServerDao.update(vo); queueServerDao.update(vo);
......
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