소스 검색

协同审批排序

ellisran 1 년 전
부모
커밋
99c7d7f65c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/stage_audit_ass.js

+ 1 - 1
app/service/stage_audit_ass.js

@@ -96,7 +96,7 @@ module.exports = app => {
                     }
                 }
             }
-            return result2;
+            return this._.orderBy(result2, ['begin_time'], ['desc']);
         }
 
         async getUserAssist(stage, user_id) {