From ecedfccfa0a5161df4b3e2409e63850e25eb3c07 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 16 Dec 2022 11:33:26 +0800
Subject: [PATCH] 20221216 常量初始化
---
src/main/java/cc/mrbird/febs/dapp/mapper/DappSystemProfitDao.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/java/cc/mrbird/febs/dapp/mapper/DappSystemProfitDao.java b/src/main/java/cc/mrbird/febs/dapp/mapper/DappSystemProfitDao.java
index 41210ce..b38e066 100644
--- a/src/main/java/cc/mrbird/febs/dapp/mapper/DappSystemProfitDao.java
+++ b/src/main/java/cc/mrbird/febs/dapp/mapper/DappSystemProfitDao.java
@@ -31,4 +31,6 @@
IPage<AdminSystemProfitFlowListVo> selectSystemProfitFlowListInPage(@Param("record")DappSystemProfit dappSystemProfit, Page<AdminSystemProfitFlowListVo> page);
List<DappSystemProfit> selectDappSysstemProfitByState(@Param("state")int stateIn);
+
+ DappSystemProfit selectByMemberId(@Param("memberId")Long memberId);
}
--
Gitblit v1.9.1