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));