自动生成培训计划
This commit is contained in:
@@ -117,6 +117,7 @@ namespace BLL
|
||||
{
|
||||
return (from x in Funs.DB.Training_CompanyTraining
|
||||
where x.IsEndLever == true
|
||||
orderby x.CompanyTrainingCode
|
||||
select x).ToList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user