This commit is contained in:
2021-11-04 23:52:28 +00:00
parent a899d880c2
commit 384365af8b
11 changed files with 17 additions and 13 deletions

View File

@@ -387,8 +387,8 @@ namespace AyaNova.Biz
using (var dr = await command.ExecuteReaderAsync())
if (await dr.ReadAsync())
{
o.LastCompletedWorkOrderViz = dr.GetInt64(0);
o.LastCompletedServiceDateViz = dr.GetDateTime(1);
o.LastWorkOrderViz = dr.GetInt64(0);
o.LastServiceDateViz = dr.GetDateTime(1);
}
await ct.Database.CloseConnectionAsync();