liming 4 anni fa
parent
commit
c8d605a4ec
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      app/service/tGovernmentStatistics.js

+ 4 - 4
app/service/tGovernmentStatistics.js

@@ -2383,7 +2383,7 @@ class TGovernmentStatisticsService extends CrudService {
                     refuse_count: {
                         $add: ["$refuse_count1", "$refuse_count2"]
                     },
-                    /*sum_money: {
+                    sum_money: {
                         $add: ["$sum_count1", "$sum_count2"]
                     },
                     avg_money: {
@@ -2443,7 +2443,7 @@ class TGovernmentStatisticsService extends CrudService {
                             },
 
                         }
-                    },*/
+                    },
 
                 }
             },
@@ -2770,7 +2770,7 @@ class TGovernmentStatisticsService extends CrudService {
                     refuse_count: {
                         $add: ["$refuse_count1", "$refuse_count2"]
                     },
-                   /* sum_money: {
+                    sum_money: {
                         $add: ["$sum_count1", "$sum_count2"]
                     },
                     avg_money: {
@@ -2830,7 +2830,7 @@ class TGovernmentStatisticsService extends CrudService {
                             },
 
                         }
-                    },*/
+                    },
 
                 }
             },