From 0dc0a47cf5f655cb0dbff082f7c36613c21e328b Mon Sep 17 00:00:00 2001
From: 罗元桥 <2376770955@qq.com>
Date: 星期一, 12 七月 2021 18:30:01 +0800
Subject: [PATCH] Merge branch 'test' into 'master'

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActUserWalletService.java |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActUserWalletService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActUserWalletService.java
index 62d711b..3e3075c 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActUserWalletService.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActUserWalletService.java
@@ -2,6 +2,8 @@
 
 import com.baomidou.mybatisplus.extension.service.IService;
 import com.panzhihua.common.model.dtos.community.wallet.ComActWalletDetailDTO;
+import com.panzhihua.common.model.dtos.community.wallet.ComActWalletSettlementAdminDTO;
+import com.panzhihua.common.model.dtos.community.wallet.PageComActWalletAdminDTO;
 import com.panzhihua.common.model.dtos.community.wallet.PageComActWalletTradeDTO;
 import com.panzhihua.common.model.vos.R;
 import com.panzhihua.service_community.model.dos.ComActUserWalletDO;
@@ -27,4 +29,26 @@
      */
     R getWalletRanking(PageComActWalletTradeDTO walletTradeDTO);
 
+    /**
+     * 随手拍审核通过给用户添加收益
+     * @param activityType  审核通过选择的随手拍标签(1.优质 2.精良 3.普通)
+     * @param easyPhotoId   随手拍id
+     * @param userId    审核用户id
+     */
+    void examineAddMoney(Integer activityType,Long easyPhotoId,Long userId);
+
+    /**
+     * 分页查询收益结算列表
+     * @param pageWalletAdminDTO    请求参数
+     * @return  收益结算列表
+     */
+    R pageUserWalletAdmin(PageComActWalletAdminDTO pageWalletAdminDTO);
+
+    /**
+     * 用户结算收益
+     * @param settlementAdminDTO    请求参数
+     * @return  结算结果
+     */
+    R userWalletSettlementAdmin(ComActWalletSettlementAdminDTO settlementAdminDTO);
+
 }

--
Gitblit v1.7.1