From e834a97738f65af115daae14116923e37aa3d2f8 Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期五, 18 四月 2025 11:35:42 +0800
Subject: [PATCH] zjh20250418

---
 ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjFlowingWaterService.java |   11 +++++++++++
 1 files changed, 11 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 07aaed8..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
@@ -1,5 +1,6 @@
 package com.ltkj.hosp.service;
 
+import java.util.Date;
 import java.util.List;
 
 import com.baomidou.mybatisplus.extension.service.IService;
@@ -66,4 +67,14 @@
     String getDiscount(String orderId);
 
     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