From 20fd61260b51260b99fe485bb718e136f6742976 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期二, 27 五月 2025 09:07:47 +0800 Subject: [PATCH] 修改团体lis --- 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