From 158e298e9e6bf34c63117be8090554be8cfe2e82 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期一, 10 二月 2025 11:40:15 +0800
Subject: [PATCH] 测试 场景分析 bug

---
 models/locationAnalysis.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/models/locationAnalysis.go b/models/locationAnalysis.go
index 9e41a9c..338dcba 100644
--- a/models/locationAnalysis.go
+++ b/models/locationAnalysis.go
@@ -466,7 +466,7 @@
 								if floorBuckets, ok := locationBucket.(map[string]interface{})["floor"].(map[string]interface{})["buckets"].([]interface{}); ok {
 									for _, floorBucket := range floorBuckets {
 										floor := floorBucket.(map[string]interface{})["key"].(string)
-										//logger.Debugf("floor--------------------------------------- %s -----%s ", floor, floorBucket)
+										logger.Debugf("floor--------------------------------------- %s -----%s ", floor, floorBucket)
 										appearCount := floorBucket.(map[string]interface{})["doc_count"].(float64)
 										//logger.Debugf("appearCount--------------------------------------- %s- --", appearCount)
 										// 鏋勫缓 LocationRecord 缁撴瀯浣�

--
Gitblit v1.8.0