作者 yangfu

feat:统计修改

@@ -29,4 +29,6 @@ func init() { @@ -29,4 +29,6 @@ func init() {
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 // 设备生产效率 30 // 设备生产效率
31 web.Post("/v1/manufacture-weigh/statistics/device-production-efficiency-statistics", middleware.RedirectManufactureWeigh()) 31 web.Post("/v1/manufacture-weigh/statistics/device-production-efficiency-statistics", middleware.RedirectManufactureWeigh())
  32 +
  33 + web.Post("/v1/manufacture-weigh/statistics/internal/:actionType", middleware.RedirectManufactureWeigh())
32 } 34 }