From cbf825f4e63e77241a11ec90841637991e43940f Mon Sep 17 00:00:00 2001
From: 罗元桥 <2376770955@qq.com>
Date: 星期六, 24 七月 2021 18:11:28 +0800
Subject: [PATCH] Merge branch 'test' into 'master'

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActUserWalletService.java |    7 +++++--
 1 files changed, 5 insertions(+), 2 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 3e3075c..26bc0ef 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
@@ -8,6 +8,8 @@
 import com.panzhihua.common.model.vos.R;
 import com.panzhihua.service_community.model.dos.ComActUserWalletDO;
 
+import java.math.BigDecimal;
+
 /**
  * @auther lyq
  * @create 2021-06-25 10:35:11
@@ -33,9 +35,10 @@
      * 随手拍审核通过给用户添加收益
      * @param activityType  审核通过选择的随手拍标签(1.优质 2.精良 3.普通)
      * @param easyPhotoId   随手拍id
-     * @param userId    审核用户id
+     * @param userId    发放用户id
+     * @param amount    发放奖励金额
      */
-    void examineAddMoney(Integer activityType,Long easyPhotoId,Long userId);
+    void examineAddMoney(Integer activityType, Long easyPhotoId, Long userId, BigDecimal amount);
 
     /**
      * 分页查询收益结算列表

--
Gitblit v1.7.1