From 623afb6fbb8ce6adebf237e7b670d9f4f339184d Mon Sep 17 00:00:00 2001 From: fwq <582742538@qq.com> Date: 星期三, 01 五月 2024 00:11:14 +0800 Subject: [PATCH] Merge branch 'master-fwq-积分抵扣现金' into master-prod-new --- phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiRelationProjectService.java | 42 +++++++++++++++++++++++++++++++++++++++++- 1 files changed, 41 insertions(+), 1 deletions(-) diff --git a/phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiRelationProjectService.java b/phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiRelationProjectService.java index b361acf..7a314d6 100644 --- a/phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiRelationProjectService.java +++ b/phis-feign/src/main/java/com/hz/his/feign/service/platform/bi/BiRelationProjectService.java @@ -2,6 +2,7 @@ import com.hx.resultTool.Result; import com.hz.his.dto.report.AppointmentVisitVo; +import com.hz.his.dto.report.EmployeeReportDto; import com.hz.his.dto.report.ShopReportDto; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.PostMapping; @@ -25,9 +26,48 @@ * 鍖荤敓鎵ц涓氱哗鏁版嵁 */ @PostMapping("/admin/project/relation/report/doctor/list") - Result deductionDoctorList(@RequestBody AppointmentVisitVo appointmentVisitVo); + Result deductionDoctorList(@RequestBody ShopReportDto shopReportDto); + /** + * 浜у搧閮�-鎵ц涓氱哗鏁版嵁 + */ + @PostMapping("/admin/project/relation/report/department/cp/list") + 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); + + /** + * 澧為暱閮�-鍖荤敓绉佸煙缇ゆ暟鎹�-娓楅�忎笟缁� + */ + @PostMapping("/admin/group/report/zs/doctor/list") + Result deductionZsDoctorList(@RequestBody ShopReportDto shopReportDto); + + /** + * 澧為暱閮�-鍖荤敓绉佸煙缇ゆ暟鎹�-娓楅�忎笟缁�-瀵煎嚭 + */ + @PostMapping("/admin/group/report/zs/doctor/list/export") + Result deductionZsDoctorListExport(@RequestBody EmployeeReportDto employeeReportDto); + + /** + * 鍖荤敓鎵ц涓氱哗鏁版嵁-鍚湇鍔¢棬搴楁寚鏍� + */ + @PostMapping("/admin/project/relation/report/doctor/target/list") + Result deductionDoctorTargetList(@RequestBody ShopReportDto shopReportDto); } -- Gitblit v1.8.0