This commit is contained in:
454313500@qq.com
2021-04-10 18:28:45 +08:00
parent d26140ac18
commit 8673e8fd85
12 changed files with 386 additions and 318 deletions

View File

@@ -18,7 +18,7 @@ namespace CC.Yi.DALFactory
try
{
// Attempt to save changes to the database
context.SaveChanges();
context.SaveChangesAsync();
saved = true;
}
catch (DbUpdateConcurrencyException ex)