From 690a1b6765451b65002544cffab232fd0748912a Mon Sep 17 00:00:00 2001 From: lige <bestlige@outlook.com> Date: 星期二, 24 十月 2023 17:19:40 +0800 Subject: [PATCH] 登记时回显 --- 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