作者 yangfu

fix:设备生产效率

@@ -27,4 +27,6 @@ func init() { @@ -27,4 +27,6 @@ func init() {
27 web.Post("/v1/manufacture-weigh/statistics/workshop-production-efficiency-statistics", middleware.RedirectManufactureWeigh()) 27 web.Post("/v1/manufacture-weigh/statistics/workshop-production-efficiency-statistics", middleware.RedirectManufactureWeigh())
28 // 设备运行信息 28 // 设备运行信息
29 web.Post("/v1/manufacture-weigh/statistics/device-running-info", middleware.RedirectManufactureWeigh()) 29 web.Post("/v1/manufacture-weigh/statistics/device-running-info", middleware.RedirectManufactureWeigh())
  30 + // 设备生产效率
  31 + web.Post("/v1/manufacture-weigh/statistics/device-production-efficiency-statistics", middleware.RedirectManufactureWeigh())
30 } 32 }