fwq
2023-07-24 9740566c332199a66ac6d59b4e382fb264e23083
phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiShopSaleService.java
@@ -77,6 +77,26 @@
    @PostMapping("/admin/export/shop/user/sleep/deduction/list")
    Result userSleepDeductionList(@RequestBody ShopReportDto shopReportDto);
    /**
     * 门店-医生执行占比情况
     */
    @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);
    /**
     * 门店-流失客户-导出
     */
    @PostMapping("/admin/export/shop/loss/user/rate/export")
    Result lossUserRate(@RequestBody ShopReportDto shopReportDto);
    /**门店-科室业绩*/
    @PostMapping("/admin/export/shop/room/list")
    Result roomList(@RequestBody ShopReportDto shopReportDto);
}