修改时间

This commit is contained in:
李超 2025-10-17 09:21:46 +08:00
parent 6d80adcdc5
commit 50952fdd6a
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ namespace BLL
select x; select x;
foreach(var w in pw) foreach(var w in pw)
{ {
w.ExchangeTime = null; w.ExchangeTime = DateTime.Now;
} }
db.SubmitChanges(); db.SubmitChanges();