From bcf1d75fd990069858a038e0204f166ef1bd446c Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期四, 27 二月 2025 18:27:25 +0800 Subject: [PATCH] 增加his修改注释说明 --- src/main/java/com/example/controller/HisController.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/example/controller/HisController.java b/src/main/java/com/example/controller/HisController.java index 9839c64..7b18823 100644 --- a/src/main/java/com/example/controller/HisController.java +++ b/src/main/java/com/example/controller/HisController.java @@ -21,6 +21,10 @@ @RequestMapping("/api/his") public class HisController { +// 妫�楠屾鏌ヤ慨鏀圭殑鏇存柊濂戒簡, +// 鍏ュ弬闇�瑕佸姞涓�涓弬鏁�: needShouFeiXm=1鏃�, 杩斿洖shouFeiXmList; +// 閲岄潰鏈塪anJia/shuLiang/shouFeiXmId; + private final ServiceFactory serviceFactory; @Autowired @@ -104,6 +108,10 @@ @PostMapping("/{hospName}/getYiShengList") public String getListYiShengZd (@PathVariable("hospName") String hospName,@RequestBody Map<String ,Object> map) { HisService hisService = serviceFactory.getService(hospName); +// 浜哄憳杩欎釜鎺ュ彛getListYishengZd, +// 澧炲姞鍏ュ弬 zhiGongKs +// boolean绫诲瀷锛屼紶true杩斿洖鑱屽伐绉戝list +// 杩斿洖鍊奸噷鐨� zhiGongKsBqList, 灏辨槸鑱屽伐绉戝list return hisService.getListYiShengZd(map); } -- Gitblit v1.8.0