Merge branch 'master-prod-new' into master-test
| | |
| | | @PostMapping("/admin/consultant/report/user/doctor/deduction/list") |
| | | Result userDoctorDeductionList(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | /** |
| | | * 咨询师-医生执行占比数据列表-月统计 |
| | | */ |
| | | @PostMapping("/admin/consultant/report/user/doctor/deduction/list/month") |
| | | Result userDoctorDeductionMonthList(@RequestBody EmployeeReportDto employeeReportDto); |
| | | |
| | | } |
| | |
| | | @PostMapping("/admin/export/shop/user/doctor/deduction/list") |
| | | Result userDoctorDeductionList(@RequestBody ShopReportDto shopReportDto); |
| | | |
| | | /** |
| | | * 门店-医生执行占比情况-月统计 |
| | | */ |
| | | @PostMapping("/admin/export/shop/user/doctor/deduction/list/month") |
| | | Result userDoctorDeductionMonthList(@RequestBody ShopReportDto shopReportDto); |
| | | |
| | | } |