...
|
...
|
@@ -47,4 +47,6 @@ func init() { |
|
|
web.Get("/v1/manufacture-weigh/reward-summary/public-notice/up-to-standard", middleware.RedirectManufactureWeigh())
|
|
|
// 功过看板 (员工)-异常
|
|
|
web.Get("/v1/manufacture-weigh/reward-summary/public-notice/accident", middleware.RedirectManufactureWeigh())
|
|
|
// 功过看板 (员工)-月榜
|
|
|
web.Get("/v1/manufacture-weigh/reward-summary/public-notice/month", middleware.RedirectManufactureWeigh())
|
|
|
} |
...
|
...
|
|