From c7eca17012ae3cd42a788ac26f4aef00f332dd25 Mon Sep 17 00:00:00 2001 From: lhiven <236881222@qq.com> Date: Tue, 15 Aug 2023 08:30:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9Motion=E5=92=8CIO?= =?UTF-8?q?=E5=8D=A1=E7=9A=84=E5=88=86=E7=B1=BB=E6=9F=A5=E8=AF=A2=EF=BC=8C?= =?UTF-8?q?=E6=9C=AC=E9=A1=B5=E9=9D=A2=E5=8F=AA=E6=9F=A5=E8=AF=A2=E8=BF=90?= =?UTF-8?q?=E5=8A=A8=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.MotionPlat/MonitorConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rs.MotionPlat/MonitorConfig.cs b/Rs.MotionPlat/MonitorConfig.cs index 9cfe3a6..b4e45c1 100644 --- a/Rs.MotionPlat/MonitorConfig.cs +++ b/Rs.MotionPlat/MonitorConfig.cs @@ -43,7 +43,7 @@ namespace Rs.MotionPlat axisNames.Add(item.Name); } - string querySql = "select * from motioncard where enable=1"; + string querySql = "select * from motioncard where CardType='Motion' and enable=1"; DataTable dt=db.GetDataTable(querySql); if(dt!=null&& dt.Rows.Count>0) {