This commit is contained in:
2022-07-12 19:43:44 +00:00
parent ec5d0120dd
commit dd5ba52a86

View File

@@ -356,7 +356,7 @@ namespace AyaNova.Biz
left join aworkorderstatus on (aworkorder.laststatusid = aworkorderstatus.id) left join aworkorderstatus on (aworkorder.laststatusid = aworkorderstatus.id)
left join aproject on (aworkorder.projectid=aproject.id) left join aproject on (aworkorder.projectid=aproject.id)
where where
aworkorder.invoicenumber is null (aworkorder.invoicenumber is null or aworkorder.invoicenumber='')
{statusFragment} {statusFragment}
order by aworkorder.serial asc"; order by aworkorder.serial asc";
using (var dr = await command.ExecuteReaderAsync()) using (var dr = await command.ExecuteReaderAsync())