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 @@