| | |
| | | @PostMapping("/admin/export/employee/user/member/distribution/proportion") |
| | | Result memberDistributionProportion(@RequestBody UserReleaseDto userReleaseDto); |
| | | |
| | | /** |
| | | * 咨询师-老带新业绩 |
| | | */ |
| | | @PostMapping("/admin/export/employee/oldNew/report") |
| | | Result oldNewReport(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /** |
| | | * 咨询师-老带新业绩排名第一的员工 |
| | | */ |
| | | @PostMapping("/admin/export/employee/oldNew/top/employee") |
| | | Result oldNewReportTopEmployee(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /** |
| | | * 咨询师-预约周期报表 |
| | | */ |
| | | @PostMapping("/admin/export/employee/cycle/week/list") |
| | | Result cycleWeekList(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /** |
| | | * 咨询师-预约周期报表-导出 |
| | | */ |
| | | @PostMapping("/admin/export/employee/cycle/week/list/export") |
| | | Result cycleWeekListExport(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /** |
| | | * 咨询师-三大项目执行数据 |
| | | */ |
| | | @PostMapping("/admin/export/employee/relation/project/list") |
| | | Result relationProjectList(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | } |