通道配置修改

This commit is contained in:
Administrator
2026-07-17 09:49:00 +08:00
parent 9a31174049
commit f51db3f130
29 changed files with 73 additions and 32 deletions
+3 -1
View File
@@ -2005,7 +2005,9 @@ namespace JinYuan.ControlCenters
#endregion
// MES分档查询
var channel = channels.FirstOrDefault(it => it.Gears.Contains(mesResType[0]));
string[] mesChannels = mesResType[0].Split(',');
var channel = channels.FirstOrDefault(it => StrUtil.IsExist(it.Gears, mesChannels));
if (channel != null)
{