diff --git a/src/controllers/ReportController.ts b/src/controllers/ReportController.ts index c661fe3..8084350 100644 --- a/src/controllers/ReportController.ts +++ b/src/controllers/ReportController.ts @@ -7728,7 +7728,7 @@ export class ReportController extends Controller { positionSalaryAmount: item.positionSalaryAmount, })); - return new HttpSuccess(_salaryRank.length); + return new HttpSuccess(_salaryRank); } /**