From cdadbb79336316018fb890d0e7121ae99ea2be4f Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期四, 26 十月 2023 17:49:54 +0800 Subject: [PATCH] zjh 2023/10/26--1 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/ITjFlowingWaterService.java | 4 ++++ 1 files changed, 4 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 c2766ce..07aaed8 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 @@ -62,4 +62,8 @@ public int deleteTjFlowingWaterById(String id); List<String> getFlowingWaterIds(String tjNum); + + String getDiscount(String orderId); + + String getproNameByOrderId(String orderId); } -- Gitblit v1.8.0