From 13d50dc56377528baada80bcbd564320c3d2c615 Mon Sep 17 00:00:00 2001 From: gjs Date: Thu, 3 Sep 2026 18:16:05 +0800 Subject: [PATCH] push --- .gitea/workflows/ci.yml | 2 +- services/lonelog/internal/logic/itemslogic.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9b4bda6..bf36433 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Detect changes id: filter run: | - SERVICES="bff product admin user ad chore express sale wecom task equipment lonelog" + SERVICES="bff product admin user ad chore express sale wecom task equipment log" pattern_for() { case "$1" in diff --git a/services/lonelog/internal/logic/itemslogic.go b/services/lonelog/internal/logic/itemslogic.go index 727a115..dc04683 100644 --- a/services/lonelog/internal/logic/itemslogic.go +++ b/services/lonelog/internal/logic/itemslogic.go @@ -20,7 +20,6 @@ type ItemsLogic struct { BaseLogic } -// NewItemsLogic func NewItemsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ItemsLogic { return &ItemsLogic{ ctx: ctx,