|
@@ -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 {
|
|
|
},
|
|
|
|
|
|
}
|
|
|
- },*/
|
|
|
+ },
|
|
|
|
|
|
}
|
|
|
},
|