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

This commit is contained in:
2026-09-03 18:19:16 +08:00
parent 13d50dc563
commit d81c979688
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ jobs:
- wecom
- task
- equipment
- log
- lonelog
env:
BUILD_LIST: ${{ needs.changes.outputs.build_list }}
NAME: lone/${{ matrix.name }}
@@ -20,6 +20,7 @@ type ItemsLogic struct {
BaseLogic
}
// NewItemsLogic
func NewItemsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ItemsLogic {
return &ItemsLogic{
ctx: ctx,