From 6651516ee7cfc0ca47ffe4ac61a770fdda656f38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Fri, 11 Oct 2024 14:11:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B010.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/ActivePriceRecordServiceImpl.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/marketingActivity/activePrice/service/impl/ActivePriceRecordServiceImpl.java b/fuintBackend/fuint-application/src/main/java/com/fuint/business/marketingActivity/activePrice/service/impl/ActivePriceRecordServiceImpl.java index 0bd7a93b0..8ee6d5ca8 100644 --- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/marketingActivity/activePrice/service/impl/ActivePriceRecordServiceImpl.java +++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/marketingActivity/activePrice/service/impl/ActivePriceRecordServiceImpl.java @@ -10,6 +10,7 @@ import com.fuint.business.marketingActivity.activePrice.mapper.ActivePriceMapper import com.fuint.business.marketingActivity.activePrice.mapper.ActivePriceRecordMapper; import com.fuint.business.marketingActivity.activePrice.mapper.ActivePriceRuleMapper; import com.fuint.business.marketingActivity.activePrice.service.ActivePriceRecordService; +import com.fuint.common.util.TokenUtil; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @@ -104,6 +105,9 @@ public class ActivePriceRecordServiceImpl extends ServiceImpl() .eq(ActivePriceRule::getId, ruleId));