zhangqian
2023-12-20 1960a054785d1f81e69abe84b43073ed9df638e0
main.go
@@ -38,7 +38,6 @@
   var syncTables = []string{
      "procedures",
      "process_model",
      "production_progress",
      "work_order",
      "task_status_sync",
      "device",
@@ -46,6 +45,7 @@
      "system_status",
      "process_model_plc_address",
      "reports_to_cloud",
      "report_work",
   }
   agent := serf.InitAgent("apsClient", syncTables, sqlitex.GetDB())