push
CI / changes (push) Successful in 35s
CI / ad (push) Successful in 0s
CI / admin (push) Successful in 0s
CI / bff (push) Successful in 0s
CI / chore (push) Successful in 0s
CI / equipment (push) Successful in 0s
CI / express (push) Successful in 0s
CI / log (push) Successful in 0s
CI / product (push) Successful in 0s
CI / sale (push) Successful in 0s
CI / task (push) Successful in 0s
CI / user (push) Successful in 0s
CI / wecom (push) Successful in 0s

This commit is contained in:
2026-09-03 18:13:45 +08:00
parent f84799c3c4
commit 537eab4c0d
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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
@@ -20,6 +20,7 @@ type ItemsLogic struct {
BaseLogic
}
// NewItemsLogic
func NewItemsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ItemsLogic {
return &ItemsLogic{
ctx: ctx,