Browse Source

备注字段可不填

NorthLan 6 years ago
parent
commit
4a33bd664a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zen-api/src/main/kotlin/com/gxzc/zen/logging/util/MQLogUtil.kt

+ 1 - 1
zen-api/src/main/kotlin/com/gxzc/zen/logging/util/MQLogUtil.kt

@@ -91,7 +91,7 @@ object MQLogUtil {
     /**
      * 发送业务日志消息
      */
-    fun logBiz(bizCode: String, bizContent: String, remark: String, startTime: Date, endTime: Date = Date()) {
+    fun logBiz(bizCode: String, bizContent: String, remark: String?, startTime: Date, endTime: Date = Date()) {
         MQLogUtil.logBizInner(LogBiz().apply {
             this.bizCode = bizCode
             this.bizContent = bizContent