From efec800478214f3a412f879d2b51c2968515995d Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期六, 25 十一月 2023 17:04:25 +0800 Subject: [PATCH] plc断开连接时获取工序最后一次报工数量作为加工数 --- main.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/main.go b/main.go index 2803974..39420ab 100644 --- a/main.go +++ b/main.go @@ -46,6 +46,7 @@ "system_status", "process_model_plc_address", "reports_to_cloud", + "report_work", } agent := serf.InitAgent("apsClient", syncTables, sqlitex.GetDB()) -- Gitblit v1.8.0