20250812 修改质量事项报告

This commit is contained in:
2025-08-12 17:05:47 +08:00
parent 50ddcb8dcf
commit 61ca5d213c
8 changed files with 941 additions and 161 deletions
+1
View File
@@ -130,6 +130,7 @@ namespace BLL
newPunishment.MainCoordinatorEndDate = punishment.MainCoordinatorEndDate;
newPunishment.UserDepStartDate = punishment.UserDepStartDate;
newPunishment.UserDepEndDate = punishment.UserDepEndDate;
newPunishment.Pause = punishment.Pause;
Funs.DB.SubmitChanges();
}