From 2922e51a7a8e657a8467c818ae16700e41ddac77 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 10 五月 2022 19:45:58 +0800
Subject: [PATCH] bug修复

---
 app/src/main/java/com/yeshi/makemoney/app/service/inter/money/ExtractService.java |   25 +++++++++++++++++++++++--
 1 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/app/src/main/java/com/yeshi/makemoney/app/service/inter/money/ExtractService.java b/app/src/main/java/com/yeshi/makemoney/app/service/inter/money/ExtractService.java
index d8ef79a..22c86ea 100644
--- a/app/src/main/java/com/yeshi/makemoney/app/service/inter/money/ExtractService.java
+++ b/app/src/main/java/com/yeshi/makemoney/app/service/inter/money/ExtractService.java
@@ -1,7 +1,9 @@
 package com.yeshi.makemoney.app.service.inter.money;
 
 import com.ks.lib.common.exception.ParamsException;
+import com.yeshi.makemoney.app.dto.money.ExtractConfig;
 import com.yeshi.makemoney.app.dto.mq.ExtractTransferResultMQMsg;
+import com.yeshi.makemoney.app.entity.SystemEnum;
 import com.yeshi.makemoney.app.entity.money.Extract;
 import com.yeshi.makemoney.app.exception.money.ExtractException;
 import com.yeshi.makemoney.app.exception.money.UserMoneyBalanceException;
@@ -56,7 +58,7 @@
      * @param: id
      * @param: adminId
      **/
-    public void passExtract(Long id, Long adminId) throws ExtractException;
+    public void passExtract(Long id, String adminId) throws ExtractException;
 
 
     /**
@@ -68,7 +70,7 @@
      * @param: adminId
      * @param: reason
      **/
-    public void rejectExtract(Long id, Long adminId, String reason) throws ExtractException, UserMoneyBalanceException, ParamsException;
+    public void rejectExtract(Long id, String adminId, String reason) throws ExtractException, UserMoneyBalanceException, ParamsException;
 
 
     /**
@@ -104,4 +106,23 @@
     public boolean canExtractLittleMoney(Long uid, int maxNewerCount, Date date);
 
 
+    /**
+     * @return java.math.BigDecimal
+     * @author hxh
+     * @description 姝e湪鎻愮幇涓殑閲戦
+     * @date 17:51 2022/4/20
+     * @param: uid
+     **/
+    public BigDecimal getExtractingMoney(Long uid);
+
+    /**
+     * @return com.yeshi.makemoney.app.dto.money.ExtractConfig
+     * @author hxh
+     * @description 鑾峰彇鎻愮幇閰嶇疆
+     * @date 17:57 2022/4/20
+     * @param: system
+     **/
+    public ExtractConfig getExtractConfig(SystemEnum system);
+
+
 }

--
Gitblit v1.8.0