修改名字一致性

This commit is contained in:
zhouxiunai
2018-12-06 17:17:07 +08:00
parent 2202bd40b7
commit fa8e612f2b
6 changed files with 7 additions and 7 deletions
@@ -53,7 +53,7 @@ public class FlopBaseHandler implements IBaseHandler {
kafkaservice.msgSend("schd", schdMsg);
//send msg
String msg = exchangeService.xmlToJson(
String msg = exchangeService.xmlstrToJson(
cminmsg.getCminmsgsClobMsg()
);
kafkaservice.msgSend("msg", msg);