修改公司级培训
This commit is contained in:
@@ -56,7 +56,7 @@ namespace FineUIPro.Web.Person.EduTrain
|
||||
LEFT JOIN dbo.Training_TestTraining AS Training ON Training.TrainingId = TestRecord.TestType
|
||||
LEFT JOIN dbo.Sys_User AS Person ON Person.UserId = TestRecord.TestManId
|
||||
LEFT JOIN dbo.Base_Unit AS Unit ON Person.UnitId=Unit.UnitId
|
||||
WHERE (isFiled IS NULL OR isFiled = 0) and TestRecord.ProjectId is null ";
|
||||
WHERE (isFiled IS NULL OR isFiled = 0) and (TestRecord.ProjectId is null or TestRecord.ProjectId='' ) ";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
if (!string.IsNullOrEmpty(this.txtName.Text.Trim()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user