This commit is contained in:
2022-07-09 00:04:48 +00:00
parent 196e02e1e5
commit 58d3516cc4

View File

@@ -362,7 +362,7 @@ namespace AyaNova.Biz
using (var dr = await command.ExecuteReaderAsync())
if (dr.HasRows)
{
if (await dr.ReadAsync())
while (await dr.ReadAsync())
{
var i = new WorkOrderAccountingListItem();