case 4200
This commit is contained in:
@@ -41,7 +41,7 @@ AuthorizationRoles.TechRestricted;
|
||||
LEFT JOIN ACUSTOMER ON (ACUSTOMERSERVICEREQUEST.CUSTOMERID = ACUSTOMER.ID)
|
||||
WHERE (ACUSTOMERSERVICEREQUEST.STATUS = 0) {custTagsWhere}
|
||||
ORDER BY ACUSTOMERSERVICEREQUEST.DATEREQUESTED 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
|
||||
|
||||
Reference in New Issue
Block a user