From 6f20698550b6b61da9b8a58ae0cc23aeba700ab2 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期四, 12 六月 2025 17:56:53 +0800 Subject: [PATCH] 调整rediskey问题 --- 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