This commit is contained in:
2021-07-29 23:01:12 +00:00
parent 3d86154162
commit e677fa56e4
4 changed files with 32 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ namespace AyaNova.Biz
using (AyContext ct = AyaNova.Util.ServiceProviderProvider.DBContext)
{
await PMBiz.Generate(ct, log);
await PMBiz.GenerateAsync(ct, log);
}
}
catch (Exception ex)