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
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:
@@ -43,4 +43,6 @@ jobs:
|
|||||||
docker pull ${{ vars.REGISTRY }}/lone/chore:latest
|
docker pull ${{ vars.REGISTRY }}/lone/chore:latest
|
||||||
docker pull ${{ vars.REGISTRY }}/lone/express:latest
|
docker pull ${{ vars.REGISTRY }}/lone/express:latest
|
||||||
docker pull ${{ vars.REGISTRY }}/lone/sale: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
|
docker compose up -d
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ type ItemsLogic struct {
|
|||||||
BaseLogic
|
BaseLogic
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// NewItemsLogic
|
||||||
func NewItemsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ItemsLogic {
|
func NewItemsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ItemsLogic {
|
||||||
return &ItemsLogic{
|
return &ItemsLogic{
|
||||||
ctx: ctx,
|
ctx: ctx,
|
||||||
|
|||||||
Reference in New Issue
Block a user