liming 4 years ago
parent
commit
fe82f123f5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/service/tGovernmentStatistics.js

+ 3 - 0
app/service/tGovernmentStatistics.js

@@ -2447,6 +2447,9 @@ class TGovernmentStatisticsService extends CrudService {
 
                 }
             },
+            {
+                $sort: {success_probability:-1}
+            },
             {
                 $skip: Number.parseInt(skip),
             },