From 3c57dcd6906fc48390087e13cd5a547a739f8050 Mon Sep 17 00:00:00 2001 From: zouap Date: Fri, 8 Oct 2021 16:14:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- models/models.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/models/models.go b/models/models.go index 32fed9b80..d842c968a 100755 --- a/models/models.go +++ b/models/models.go @@ -137,7 +137,9 @@ func init() { ) tablesStatistic = append(tablesStatistic, - new(FileChunk)) + new(FileChunk), + new(UserBusinessAnalysis), + ) gonicNames := []string{"SSL", "UID"} for _, name := range gonicNames {