From 008e1327f186c793508cb6f61b11ef6b5323ad89 Mon Sep 17 00:00:00 2001 From: chengsc <Demo@DESKTOP-CPA90BF> Date: 星期五, 13 九月 2024 14:28:22 +0800 Subject: [PATCH] 修改输送线交互问题 --- Admin.NET/WCS.Application/Service/WcsPlc/WcsPlcService.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Admin.NET/WCS.Application/Service/WcsPlc/WcsPlcService.cs b/Admin.NET/WCS.Application/Service/WcsPlc/WcsPlcService.cs index e4fce43..0d77413 100644 --- a/Admin.NET/WCS.Application/Service/WcsPlc/WcsPlcService.cs +++ b/Admin.NET/WCS.Application/Service/WcsPlc/WcsPlcService.cs @@ -135,7 +135,7 @@ } } //鏈嶅姟鐘舵�� - var modService = new { PLCTaskAction.boRunningState, PLCTaskAction.boOffline, PLCTaskAction.boRefresh }; + var modService = new { PLCTaskAction.boRunningState, PLCTaskAction.boOffline, PLCTaskAction.boRefresh, PLCTaskAction.boDemo }; return new { listPlc, modService }; } /// <summary> -- Gitblit v1.8.0