fix
wangpengfei
2023-08-15 a86df1054649f0594e4c77174fd254b8abd800ca
router/index.go
@@ -70,6 +70,7 @@
   DepartmentRouter
   SatisfactionRouter
   AssignRouter
   CollectionProjectionRouter
}
func InitRouter() *gin.Engine {
@@ -175,7 +176,8 @@
      InitInvoiceStatusRouter(PrivateGroup)
      InitInvoiceTypeRouter(PrivateGroup)
      InitCourierCompanyRouter(PrivateGroup)
      InitProductRouter(PrivateGroup)
      routerGroup.InitCollectionProjectionRouter(PrivateGroup)
   }
   return Router
}