From bf41622eab6493db4136e4e9d49a7c2eb0397458 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Fri, 9 Jan 2026 16:48:33 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E6=9B=B4=E6=96=B0=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E6=AF=8F=E6=9C=88=E6=95=B0=E6=8D=AE=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dao/bundleExtend.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/dao/bundleExtend.go b/internal/dao/bundleExtend.go index 98758ff..7754de8 100644 --- a/internal/dao/bundleExtend.go +++ b/internal/dao/bundleExtend.go @@ -805,6 +805,8 @@ inner join ( v.Month = month v.ID = 0 + v.CreatedAt = time.Time{} + v.UpdatedAt = time.Time{} app.ModuleClients.BundleDB.Create(&v) } return nil