fix:考试

This commit is contained in:
geh
2025-04-29 19:39:35 +08:00
parent 441fbf5985
commit 714c47eba2
45 changed files with 3660 additions and 78 deletions
@@ -45,6 +45,7 @@ namespace BLL
DItem = TestTrainingItem.DItem,
EItem = TestTrainingItem.EItem,
AnswerItems = TestTrainingItem.AnswerItems,
Score = TestTrainingItem.Score,
};
db.Training_TestTrainingItem.InsertOnSubmit(newTestTrainingItem);
db.SubmitChanges();
@@ -74,6 +75,7 @@ namespace BLL
newTestTrainingItem.DItem = TestTrainingItem.DItem;
newTestTrainingItem.EItem = TestTrainingItem.EItem;
newTestTrainingItem.AnswerItems = TestTrainingItem.AnswerItems;
newTestTrainingItem.Score = TestTrainingItem.Score;
db.SubmitChanges();
}
}