Browse Source

Merge branch 'feature/eta2.5.9_api_stat_websocket' into debug

# Conflicts:
#	services/websocket_msg.go
xyxie 3 days ago
parent
commit
1a32bca458
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/websocket_msg.go

+ 1 - 1
services/websocket_msg.go

@@ -210,7 +210,7 @@ func DealEdbInspectionMessageTest(adminId int) {
 				utils.FileLog.Error("巡检信息已读失败,err:%s, adminId:%d", err.Error(), adminId)
 				utils.FileLog.Error("巡检信息已读失败,err:%s, adminId:%d", err.Error(), adminId)
 				return
 				return
 			}
 			}
-		}()
+	}()
 }
 }
 
 
 func AutoCheckWebsocketMessageList() {
 func AutoCheckWebsocketMessageList() {