| ... | ... | @@ -256,6 +256,8 @@ public class MessageNoteServiceImpl implements MessageNoteService { | 
|  |  | .serverName(note.getServerName()) | 
|  |  | .serverIp(busServer.getServerIp()) | 
|  |  | .serverPort(busServer.getServerPort()) | 
|  |  | .superUsername(busServer.getSuperUsername()) | 
|  |  | .superPassword(busServer.getSuperPassword()) | 
|  |  | .build(); | 
|  |  | directUtils.sendMessage(xmlData); | 
|  |  | int num = messageNoteMapper.insertSelective(note); | 
... | ... |  |