phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiConsultantDayService.java
@@ -17,12 +17,14 @@ /** * 咨询师-各业绩指标数据 * EmployeeAchievementVo */ @PostMapping("/admin/export/employee/indicators/list") Result indicators(@RequestBody EmployeeReportDto employeeReportDto); /** * 咨询师-初诊情况 * EmployeeFirstTreatVo */ @PostMapping("/admin/export/employee/first/treat/list") Result firstTreat(@RequestBody EmployeeReportDto employeeReportDto); @@ -30,6 +32,7 @@ /** * 咨询师-到访未成交名单 * */ @PostMapping("/admin/export/employee/first/treat/user/list") Result firstTreatUser(@RequestBody EmployeeReportDto employeeReportDto); phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiShopDayService.java
@@ -17,30 +17,35 @@ /** * 日报表-当日到店信息 * ArriveShopVo */ @PostMapping("/admin/export/shop/day/arriveShop") Result arriveShop(@RequestBody ShopReportDto shopReportDto); /** * 日报表-当日各业绩指标 * ShopAchievementVo */ @PostMapping("/admin/export/shop/day/indicators") Result indicators(@RequestBody ShopReportDto shopReportDto); /** * 新老会员数据 * ShopOldLeadNewVo */ @PostMapping("/admin/export/shop/day/old/lead/new") Result oldLeadNew(@RequestBody ShopReportDto shopReportDto); /** * 重点项目指标数据 * ShopImportantProjectVo */ @PostMapping("/admin/export/shop/important/project/indicators/list") Result importantProjectIndicators(@RequestBody ShopReportDto shopReportDto); /** * 其它业绩信息 * ShopOtherVo */ @RequestMapping("/admin/export/shop/other/list") Result otherInAchievement(@RequestBody ShopReportDto shopReportDto);