wangpengfei
2023-08-14 f84d9c46574a2cd663105859035bc17891270923
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
}