作者 yangfu

feat:统计修改

... ... @@ -29,4 +29,6 @@ func init() {
web.Post("/v1/manufacture-weigh/statistics/device-running-info", middleware.RedirectManufactureWeigh())
// 设备生产效率
web.Post("/v1/manufacture-weigh/statistics/device-production-efficiency-statistics", middleware.RedirectManufactureWeigh())
web.Post("/v1/manufacture-weigh/statistics/internal/:actionType", middleware.RedirectManufactureWeigh())
}
... ...