From 2c19fa65dc87ea8f3d81f84154f4eeabff7f8d00 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期四, 05 六月 2025 12:36:47 +0800 Subject: [PATCH] zjh20250605 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjFlowingWaterService.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjFlowingWaterService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjFlowingWaterService.java index 893bcfa..f8d2634 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjFlowingWaterService.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjFlowingWaterService.java @@ -69,4 +69,12 @@ String getproNameByOrderId(String orderId); List<Long> getFlowingWaterIdList(String userId, Date beginTime,Date endTime); + + + + public int deleteTjFlowingWaterByOrderId(String order); + + void deleteTjOrderDetailByjxbz(String bldh); + + void getTjBlCall(String tjh); } -- Gitblit v1.8.0