自动生成培训计划
This commit is contained in:
@@ -50,6 +50,7 @@ namespace FineUIPro.Web.HSSE.EduTrain
|
||||
strSql += " AND (Plans.PlanName LIKE @name OR Person.PersonName LIKE @name)";
|
||||
listStr.Add(new SqlParameter("@name", "%" + this.txtName.Text.Trim() + "%"));
|
||||
}
|
||||
strSql += " ORDER BY Task.TaskDate DESC";
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user