From 640e74d5ea80a8dcb8fe8d527dafbe0350994818 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期五, 05 一月 2024 18:02:55 +0800 Subject: [PATCH] zjh 2024/01/05--1 --- 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 1bfb3b4..b6b6954 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 @@ -59,4 +59,7 @@ * @return 缁撴灉 */ public int deleteTjDwGroupingById(String id); + + + public int selectTjDwGroupingBySex(String dwDeptId,String sex); } -- Gitblit v1.8.0