提交代码

This commit is contained in:
高飞 2023-12-04 17:27:07 +08:00
parent e7dcb1b187
commit ff33611987
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ namespace BLL
";
List<SqlParameter> listStr = new List<SqlParameter>();
strSql += string.Format("where com.PipelineComponentId in ( {0}) ", "'" + string.Join("','", PipelineComponentIds) + "'");
strSql += " order by com.PipelineComponentCode";
SqlParameter[] parameter = listStr.ToArray();
tb = SQLHelper.GetDataTableRunText(strSql, parameter);
}