1
This commit is contained in:
@@ -244,7 +244,7 @@ Where ProjectId=@ProjectId ";
|
||||
}
|
||||
if (this.ckTrain.Checked)
|
||||
{
|
||||
strSql += " AND (TrainCount =0 AND TrainCount1 =0)";
|
||||
strSql += " AND ((TrainCount =0 AND TrainCount1 =0) || TrainCount2=0)";
|
||||
}
|
||||
if (this.ckIsUsed.Checked)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user