作者 yangfu

部门统计修改

@@ -72,7 +72,7 @@ type DepartmentStatisticsRequest struct { @@ -72,7 +72,7 @@ type DepartmentStatisticsRequest struct {
72 Type int `json:"type"` //0:已审核 0:待审核 72 Type int `json:"type"` //0:已审核 0:待审核
73 } 73 }
74 type DepartmentStatisticsResponse struct { 74 type DepartmentStatisticsResponse struct {
75 - Total int `json:"total"` 75 + Total int `json:"approvedTotal"`
76 List []*DepartmentStatistics `json:"departmentStatistics"` 76 List []*DepartmentStatistics `json:"departmentStatistics"`
77 } 77 }
78 78