admin
2019-12-07 e6f91e3b72961849e4d9d268846e5a83b2c4d07d
fanli/src/main/java/com/yeshi/fanli/log/LogHelper.java
@@ -95,8 +95,8 @@
      mqLogger.error(error);
   }
   
   public static void mqInfo(String extraInfo, String topic, String tag, Object data) {
      String info = extraInfo+"\n"+ "topic:" + topic + "\ntag:" + tag + "\nbody:" + data;
   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;
      mqLogger.info(info);
   }