This commit is contained in:
parent
afb2f8d111
commit
bf7cd1530c
|
@ -189,8 +189,8 @@ BEGIN
|
|||
SELECT * FROM sales
|
||||
UNION ALL
|
||||
SELECT * FROM orders
|
||||
ORDER BY shipped,
|
||||
(inventorySupplierFk = entityId) DESC,
|
||||
ORDER BY shipped DESC,
|
||||
(inventorySupplierFk = entityId) ASC,
|
||||
alertLevel DESC,
|
||||
isTicket,
|
||||
`order` DESC,
|
||||
|
|
Loading…
Reference in New Issue