Compare commits

...

2 Commits

Author SHA1 Message Date
李超 789a4ab825 Merge branch 'master' of http://47.104.102.122:3000/gaofei/HJGL_DS 2025-10-17 09:22:00 +08:00
李超 50952fdd6a 修改时间 2025-10-17 09:21:46 +08:00
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();