From 3c921c53c2b4dcd617a4ec88bd2a78fe69f2b600 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 10 八月 2023 19:34:33 +0800 Subject: [PATCH] temp --- router/index.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/router/index.go b/router/index.go index bc3afe4..8f21017 100644 --- a/router/index.go +++ b/router/index.go @@ -177,7 +177,7 @@ InitInvoiceTypeRouter(PrivateGroup) InitCourierCompanyRouter(PrivateGroup) InitProductRouter(PrivateGroup) - InitServiceCollectionPlanRouter(PrivateGroup) + routerGroup.InitCollectionProjectionRouter(PrivateGroup) } return Router } -- Gitblit v1.8.0