From f659839dd5cd5c5523399b2177d7ec200b9372d8 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期四, 05 六月 2025 18:24:17 +0800 Subject: [PATCH] 增加传递价格规则 --- ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcbgdService.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcbgdService.java b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcbgdService.java index 0d2f330..7962e5e 100644 --- a/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcbgdService.java +++ b/ltkj-hosp/src/main/java/com/ltkj/hosp/service/LtkjExamJcbgdService.java @@ -15,11 +15,13 @@ public interface LtkjExamJcbgdService extends IService<LtkjExamJcbgd> { - void deletedLtkjJcbgdByTjhAndTmh(String tmh); + void deletedLtkjJcbgdByTjhAndTmh(String tmh); List<String> getJianJcBaoGaoDan(String cardId); List<LtkjExamJcbgd> getJianJcBaoGaoDanList(String tmh); List<LtkjExamJcbgd> getJianJcBaoGaoDanByTjh(String cardId); + + void deletedLtkjJcbgdByTjhandtmh(String cardId, String s); } -- Gitblit v1.8.0