From fa27fd4a21e04352a97988c153b7709ebecc4e89 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期四, 20 十一月 2025 10:52:33 +0800
Subject: [PATCH] 处理bug
---
framework/src/main/java/cn/lili/modules/lmk/service/StoreCouponSingleService.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/framework/src/main/java/cn/lili/modules/lmk/service/StoreCouponSingleService.java b/framework/src/main/java/cn/lili/modules/lmk/service/StoreCouponSingleService.java
index d1ac5f7..3aad1dd 100644
--- a/framework/src/main/java/cn/lili/modules/lmk/service/StoreCouponSingleService.java
+++ b/framework/src/main/java/cn/lili/modules/lmk/service/StoreCouponSingleService.java
@@ -50,6 +50,8 @@
*/
Result page(StoreCouponSingleQuery query);
+ Result pageByRefId(StoreCouponSingleQuery query);
+
/**
* 鏍规嵁id鏌ユ壘
* @param id
--
Gitblit v1.8.0