fix
wangpengfei
2023-08-15 a86df1054649f0594e4c77174fd254b8abd800ca
router/index.go
@@ -177,7 +177,7 @@
      InitInvoiceTypeRouter(PrivateGroup)
      InitCourierCompanyRouter(PrivateGroup)
      InitProductRouter(PrivateGroup)
      InitServiceCollectionPlanRouter(PrivateGroup)
      routerGroup.InitCollectionProjectionRouter(PrivateGroup)
   }
   return Router
}