From 8e4922026e05dceffa44d913a234bbc489f1be6c Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期三, 23 七月 2025 17:16:14 +0800 Subject: [PATCH] zjh20250723 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReservationService.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReservationService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReservationService.java index d703a7c..2d0ec2f 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReservationService.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjReservationService.java @@ -19,7 +19,7 @@ * @param id 浣撴棰勭害涓婚敭 * @return 浣撴棰勭害 */ - public TjReservation selectTjReservationById(Integer id); + public TjReservation selectTjReservationById(String id); /** * 鏌ヨ浣撴棰勭害鍒楄〃 @@ -62,4 +62,8 @@ * @return 缁撴灉 */ public int deleteTjReservationById(Integer id); + + List<TjReservation> getFirimSfList(String compId); + + List<TjReservation> getTeamTjPeopleList(String teamNo, String pacId); } -- Gitblit v1.8.0