From 48eafbbe5b50978c5a15748c6e967f5011cfb0e6 Mon Sep 17 00:00:00 2001 From: fwq <582742538@qq.com> Date: 星期四, 18 四月 2024 09:43:28 +0800 Subject: [PATCH] Merge branch 'master-fwq-积分抵扣现金' into master-test --- phis-feign/src/main/java/com/hz/his/feign/service/phis/SProjectService.java | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/phis-feign/src/main/java/com/hz/his/feign/service/phis/SProjectService.java b/phis-feign/src/main/java/com/hz/his/feign/service/phis/SProjectService.java index 029f575..4a2306c 100644 --- a/phis-feign/src/main/java/com/hz/his/feign/service/phis/SProjectService.java +++ b/phis-feign/src/main/java/com/hz/his/feign/service/phis/SProjectService.java @@ -10,6 +10,7 @@ import org.springframework.web.bind.annotation.RequestParam; import java.util.List; +import java.util.Map; /** * 杩欓噷杩欎釜name 闇�瑕佸~鍐� 璇锋眰鐨勬湇鍔℃彁渚涜�呯殑娉ㄥ唽鍒皀acos Server涓婇潰鐨勬湇鍔″悕锛宲ath 鏄姹傛帴鍙e墠缂� @@ -92,4 +93,21 @@ @PostMapping(value = "/project/sku/spu") Result getSkuAndSpu(@RequestParam("projectId") String projectId); + /** + * 鍒ゆ柇鏄惁涓哄尰鐤楅」鐩� + * @return Result + */ + @PostMapping(value = "/project/check/medical") + Result checkMedicalIitems(@RequestBody ProjectDto projectDto); + + /** + * his鍔╂墜锛岄棬搴楀姪鎵� 寮�鍗曟椂 浣跨敤鏌ヨ椤圭洰鍒楄〃 + * @param projectDto + * @return + */ + @PostMapping(value = "/project/list/by/type") + Result getProjectByTypeId(@RequestBody ProjectDto projectDto); + + /**鏌ヨ椤圭洰绉垎鎶垫墸鐜伴噾鐨勬瘮渚�*/ + Result getIntegralCashRate(ProjectDto projectDto); } \ No newline at end of file -- Gitblit v1.8.0