This commit is contained in:
2021-06-18 20:37:07 +08:00
parent e7cb804684
commit 65a719e331
32 changed files with 1093 additions and 128 deletions
+1 -1
View File
@@ -681,7 +681,7 @@ namespace BLL
foreach (var item in getUnit)
{
item.RealNamePushTime = DateTime.Now;
db.SubmitChanges();
Funs.DB.SubmitChanges();
}
}
}