This commit is contained in:
2026-04-15 14:49:59 +08:00
parent 0a74bc541e
commit 80f8cecc56
3 changed files with 123 additions and 1 deletions
@@ -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)
{