增加对Motion和IO卡的分类查询,本页面只查询运动卡

master
lhiven 2 years ago
parent 16253c59af
commit c7eca17012

@ -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)
{

Loading…
Cancel
Save