瀏覽代碼

协同审批排序

ellisran 11 月之前
父節點
當前提交
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) {