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) {