fanli/src/main/java/com/yeshi/fanli/log/LogHelper.java
@@ -96,7 +96,7 @@ } public static void mqInfo(String extraInfo,String msgId, String topic, String tag, Object data) { String info = extraInfo+"\nmsgId"+msgId + "\ntopic:" + topic + "\ntag:" + tag + "\nbody:" + data; String info = extraInfo+"\nmsgId:"+msgId + "\ntopic:" + topic + "\ntag:" + tag + "\nbody:" + data; mqLogger.info(info); }