From ae6883ce426727efca4facab973d814ae66c69c2 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 11 八月 2023 16:50:08 +0800
Subject: [PATCH] Merge branch 'master' of ssh://192.168.5.5:29418/aps/crm

---
 router/index.go |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/router/index.go b/router/index.go
index 1b0ecd3..8f21017 100644
--- a/router/index.go
+++ b/router/index.go
@@ -70,6 +70,7 @@
 	DepartmentRouter
 	SatisfactionRouter
 	AssignRouter
+	CollectionProjectionRouter
 }
 
 func InitRouter() *gin.Engine {
@@ -176,7 +177,7 @@
 		InitInvoiceTypeRouter(PrivateGroup)
 		InitCourierCompanyRouter(PrivateGroup)
 		InitProductRouter(PrivateGroup)
-
+		routerGroup.InitCollectionProjectionRouter(PrivateGroup)
 	}
 	return Router
 }

--
Gitblit v1.8.0