This commit is contained in:
2026-04-15 16:35:06 +08:00
7 changed files with 162 additions and 5 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)
{