From 6535769db2eed1513cdaa2ad155724a1f68c5fce Mon Sep 17 00:00:00 2001
From: cun-nan <19819293608@163.com>
Date: Sat, 21 Sep 2024 15:55:14 +0800
Subject: [PATCH] 9.21
---
.../mapper/xml/IntegralDetailMapper.xml | 3 +
.../pagesHome/PointsRedemption/index.vue | 30 +++-
.../pagesHome/cardDetails/detailed.vue | 19 +--
gasStation-uni/pagesMy/integral/integral.vue | 129 ++++++++++++++++--
4 files changed, 155 insertions(+), 26 deletions(-)
diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralDetailMapper.xml b/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralDetailMapper.xml
index 140981a58..b015dcec8 100644
--- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralDetailMapper.xml
+++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/integral/mapper/xml/IntegralDetailMapper.xml
@@ -42,6 +42,9 @@
and id.user_id = #{integralDetail.userId}
+
+ and id.type = #{integralDetail.type}
+
and id.create_time between #{integralDetail.startTime} and #{integralDetail.endTime}
diff --git a/gasStation-uni/pagesHome/PointsRedemption/index.vue b/gasStation-uni/pagesHome/PointsRedemption/index.vue
index c0b977248..6156c3d45 100644
--- a/gasStation-uni/pagesHome/PointsRedemption/index.vue
+++ b/gasStation-uni/pagesHome/PointsRedemption/index.vue
@@ -4,7 +4,7 @@
积分余额
- 4800
+ {{cardBalance.points || 0}}
中建锦绣二期站可用
@@ -31,13 +31,37 @@