jyy
2021-07-16 2437327e2a9f89c6ee8c93e468939cf49ff8bd71
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();
}