作者 liujunxiong

合并分支 'dev' 到 'test'

新增车间请求数控返回数据



查看合并请求 !34
@@ -26,6 +26,8 @@ func init() { @@ -26,6 +26,8 @@ func init() {
26 web.Post("/v1/manufacture-weigh/product-records/cancel", middleware.RedirectManufactureWeigh()) 26 web.Post("/v1/manufacture-weigh/product-records/cancel", middleware.RedirectManufactureWeigh())
27 // 历史记录 27 // 历史记录
28 web.Post("/v1/manufacture-weigh/product-records/history", middleware.RedirectManufactureWeigh()) 28 web.Post("/v1/manufacture-weigh/product-records/history", middleware.RedirectManufactureWeigh())
  29 + //请求数控数据
  30 + web.Post("/v1/manufacture-weigh/data/digitization", middleware.RedirectManufactureWeigh())
29 31
30 // 车间生产效率 32 // 车间生产效率
31 web.Post("/v1/manufacture-weigh/statistics/workshop-production-efficiency-statistics", middleware.RedirectManufactureWeigh()) 33 web.Post("/v1/manufacture-weigh/statistics/workshop-production-efficiency-statistics", middleware.RedirectManufactureWeigh())