yujian
2019-11-13 851e43f3d0a79154cb4dc3a55738a83a97797c2d
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);
   }