From 8a1232be812af3abd921f8d1f4ab7f4c4c4df087 Mon Sep 17 00:00:00 2001 From: zhangyuxiang <1323804152@qq.com> Date: Wed, 17 Jun 2026 13:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=B3=E5=8C=97=E7=A7=A6=E7=9A=87=E5=B2=9B?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=8A=E6=8A=A5=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- consumers/HBJCAS/dataModel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consumers/HBJCAS/dataModel.go b/consumers/HBJCAS/dataModel.go index 43f2bf5..0a4f826 100644 --- a/consumers/HBJCAS/dataModel.go +++ b/consumers/HBJCAS/dataModel.go @@ -12,7 +12,7 @@ type EsThemeAggDateHistogram struct { Failed int `json:"failed"` } `json:"_shards"` Hits struct { - Total int `json:"total"` + Total interface{} `json:"total"` MaxScore float64 `json:"max_score"` Hits []interface{} `json:"hits"` } `json:"hits"`