소스 검색

活动排序

guhongwei 2 년 전
부모
커밋
76a0009adc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/controller/system/config/.platformAct.js

+ 1 - 1
app/controller/system/config/.platformAct.js

@@ -33,7 +33,7 @@ module.exports = {
     service: 'query',
     options: {
       query: ['skip', 'limit'],
-      sort: ['meta.createdAt'],
+      sort: ['sort'],
       desc: true,
       count: true,
     },