正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -256,6 +256,8 @@ public class MessageNoteServiceImpl implements MessageNoteService { | @@ -256,6 +256,8 @@ public class MessageNoteServiceImpl implements MessageNoteService { | ||
256 | .serverName(note.getServerName()) | 256 | .serverName(note.getServerName()) |
257 | .serverIp(busServer.getServerIp()) | 257 | .serverIp(busServer.getServerIp()) |
258 | .serverPort(busServer.getServerPort()) | 258 | .serverPort(busServer.getServerPort()) |
259 | + .superUsername(busServer.getSuperUsername()) | ||
260 | + .superPassword(busServer.getSuperPassword()) | ||
259 | .build(); | 261 | .build(); |
260 | directUtils.sendMessage(xmlData); | 262 | directUtils.sendMessage(xmlData); |
261 | int num = messageNoteMapper.insertSelective(note); | 263 | int num = messageNoteMapper.insertSelective(note); |
-
请 注册 或 登录 后发表评论