liming 4 年 前
コミット
fe82f123f5
1 ファイル変更3 行追加0 行削除
  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),
             },