zhangqian
2023-08-11 ae6883ce426727efca4facab973d814ae66c69c2
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
}