fhx
2024-04-16 8bb9c77d61c0d20e8a06e9185bf0a89a16dd6be2
phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiRelationProjectService.java
@@ -34,13 +34,19 @@
    Result deductionCpList(@RequestBody ShopReportDto shopReportDto);
    /**
     * 再生部-执行业绩数据
     * 再生部-执行业绩数据 -2.0版本
     */
    @PostMapping("/admin/project/relation/report/department/zs/list/V2")
    Result deductionZsListV2(@RequestBody ShopReportDto shopReportDto);
    /**
     * 再生部-执行业绩数据 - 2.0废弃
     */
    @PostMapping("/admin/project/relation/report/department/zs/list")
    Result deductionZsList(@RequestBody ShopReportDto shopReportDto);
    /**
     * 再生部-渗透业绩数据
     * 再生部-渗透业绩数据 - 2.0废弃
     */
    @PostMapping("/admin/project/relation/report/department/zs/permeate/list")
    Result deductionZsPermeateList(@RequestBody ShopReportDto shopReportDto);
@@ -53,7 +59,7 @@
    /**
     * 医生执行业绩数据-含门店指标
     * 医生执行业绩数据-含服务门店指标
     */
    @PostMapping("/admin/project/relation/report/doctor/target/list")
    Result deductionDoctorTargetList(@RequestBody ShopReportDto shopReportDto);