refactor: builtin tpl add

This commit is contained in:
ning
2025-12-08 16:53:58 +08:00
parent 68850800ed
commit 372a8cff2f

View File

@@ -76,6 +76,7 @@ func (bc *BuiltinComponent) Add(ctx *ctx.Context, username string) error {
bc.CreatedAt = now
bc.UpdatedAt = now
bc.CreatedBy = username
bc.UpdatedBy = username
return Insert(ctx, bc)
}