case 4200

This commit is contained in:
2022-09-29 21:36:13 +00:00
parent 1f5fabf5ea
commit 6a5053eeda
15 changed files with 118 additions and 100 deletions

View File

@@ -43,7 +43,7 @@ namespace AyaNova.KPI
WHERE (LASTSTATUSID IS NULL OR AWORKORDERSTATUS.COMPLETED = FALSE) and aworkorder.completebydate < now()
AND AWORKORDERITEMSCHEDULEDUSER.userID = {userId} {woTagsWhere} {woItemTagsWhere}
ORDER BY AWORKORDER.ID ASC
) t";
) t LIMIT {KPIFetcher.KPI_LIST_MAX_ITEMS_TO_RETURN}";
_metaQuery = string.Empty;
// @"SELECT row_to_json(t) as res from (
// select name from auser where id = 10