From 537eab4c0dba797df1a3c0fec89cc74d6fc2d307 Mon Sep 17 00:00:00 2001 From: gjs Date: Thu, 3 Sep 2026 18:13:45 +0800 Subject: [PATCH] push --- .gitea/workflows/cd-test.yml | 2 ++ services/lonelog/internal/logic/itemslogic.go | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitea/workflows/cd-test.yml b/.gitea/workflows/cd-test.yml index ac1fedc..eafffc5 100644 --- a/.gitea/workflows/cd-test.yml +++ b/.gitea/workflows/cd-test.yml @@ -43,4 +43,6 @@ jobs: docker pull ${{ vars.REGISTRY }}/lone/chore:latest docker pull ${{ vars.REGISTRY }}/lone/express:latest docker pull ${{ vars.REGISTRY }}/lone/sale:latest + docker pull ${{ vars.REGISTRY }}/lone/equipment:latest + docker pull ${{ vars.REGISTRY }}/lone/lonelog:latest docker compose up -d diff --git a/services/lonelog/internal/logic/itemslogic.go b/services/lonelog/internal/logic/itemslogic.go index dc04683..727a115 100644 --- a/services/lonelog/internal/logic/itemslogic.go +++ b/services/lonelog/internal/logic/itemslogic.go @@ -20,6 +20,7 @@ type ItemsLogic struct { BaseLogic } +// NewItemsLogic func NewItemsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ItemsLogic { return &ItemsLogic{ ctx: ctx,