Compare commits
No commits in common. "789a4ab82550cc984eb5e6f3b0f5e1d52d25cb6b" and "a23dfbf22f8884773b63cafa80874ac581908c61" have entirely different histories.
789a4ab825
...
a23dfbf22f
|
|
@ -102,7 +102,7 @@ namespace BLL
|
||||||
select x;
|
select x;
|
||||||
foreach(var w in pw)
|
foreach(var w in pw)
|
||||||
{
|
{
|
||||||
w.ExchangeTime = DateTime.Now;
|
w.ExchangeTime = null;
|
||||||
}
|
}
|
||||||
db.SubmitChanges();
|
db.SubmitChanges();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue