From bacae991458fb59107942886b46692ecc3e49483 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 12 十二月 2024 18:34:56 +0800 Subject: [PATCH] 保存结果增加字段 --- models/gather_model.go | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/models/gather_model.go b/models/gather_model.go index 54e7626..fc55b84 100644 --- a/models/gather_model.go +++ b/models/gather_model.go @@ -99,6 +99,8 @@ OrgID: location.OrgId, ObjectIds: strings.Join(persons.Elements(), ","), Location: location.Location, + Building: location.Building, + Floor: location.Floor, } results = append(results, result) } -- Gitblit v1.8.0