From e0cc139ca58d52155914be10a231125a8eb13648 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 28 Apr 2021 15:43:50 +0800
Subject: [PATCH] 20210428 抽奖
---
zq-erp/src/main/java/com/matrix/system/score/dao/ScoreVipDetailDao.java | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/zq-erp/src/main/java/com/matrix/system/score/dao/ScoreVipDetailDao.java b/zq-erp/src/main/java/com/matrix/system/score/dao/ScoreVipDetailDao.java
index 1f0ed56..26be27d 100644
--- a/zq-erp/src/main/java/com/matrix/system/score/dao/ScoreVipDetailDao.java
+++ b/zq-erp/src/main/java/com/matrix/system/score/dao/ScoreVipDetailDao.java
@@ -19,12 +19,16 @@
* @param vipId
* @return
*/
- int selectUserTotalScore(@Param("openId") String openId, @Param("openId")Long vipId);
+ int selectUserTotalScore(@Param("vipId")Long vipId);
/**
* 查询用户有效的积分,按时间顺序排
* @param
* @return
*/
- List<ScoreVipDetail> selectEffectiveScore(@Param("openId") String openId, @Param("openId")Long vipId);
+ List<ScoreVipDetail> selectEffectiveScore(@Param("vipId")Long vipId);
+
+ List<ScoreVipDetail> selectInvalidaVipScore();
+
+ int invalidVipScore();
}
\ No newline at end of file
--
Gitblit v1.9.1