chenjiahe
2023-07-03 10121f70218d5af50e68f343c18044073bd6d9ce
phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiShopSaleService.java
@@ -83,4 +83,10 @@
    @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);
}