From f6aa75199f79c3fbe74de4c72c3271234e781341 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期二, 28 五月 2024 18:03:22 +0800 Subject: [PATCH] 将单独查询的sql 统一 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjDwGroupingService.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjDwGroupingService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjDwGroupingService.java index b6b6954..e7c75f9 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjDwGroupingService.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjDwGroupingService.java @@ -62,4 +62,7 @@ public int selectTjDwGroupingBySex(String dwDeptId,String sex); + + + public int selectTjDwGroupingByDwDeptId(String dwDeptId); } -- Gitblit v1.8.0