mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-27 22:44:32 +08:00
修正工单排序
This commit is contained in:
@@ -13,7 +13,10 @@ module.exports =
|
||||
list: api.accountAuthenticateRender (req, res, account, renderer) ->
|
||||
mTicket.find
|
||||
account_id: account._id
|
||||
, {}, (tickets) ->
|
||||
,
|
||||
sort:
|
||||
updated_at: -1
|
||||
, (tickets) ->
|
||||
renderer 'ticket/list',
|
||||
tickets: tickets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user