提交代码

This commit is contained in:
2025-03-18 16:34:06 +08:00
parent 090ec3b62d
commit 4242a6af49
8 changed files with 97 additions and 1382 deletions
@@ -121,7 +121,7 @@ namespace BLL
newDayInput.CompileMan = dayInput.CompileMan;
newDayInput.CompileDate = DateTime.Now;
db.SubmitChanges();
SaveUrl(dayInput.DayInputId, BLL.Const.DayInputMenuId, dayInput.Url);
SaveUrl(newDayInput.DayInputId, BLL.Const.DayInputMenuId, dayInput.Url);
}
return respone;
}