admin
2019-12-07 e6f91e3b72961849e4d9d268846e5a83b2c4d07d
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);
   }