记得上下班打卡 | git大法好,push需谨慎

Commit cf7ccaed authored by Administrator's avatar Administrator 🎨

Merge branch 'pre' into 'master'

~@lazy;

See merge request !315
parents 58b99874 c8c7a364
...@@ -12,6 +12,7 @@ import com.liquidnet.service.candy.dto.CandyUserCouponBasicDto; ...@@ -12,6 +12,7 @@ import com.liquidnet.service.candy.dto.CandyUserCouponBasicDto;
import com.liquidnet.service.feign.platform.api.FeignPlatformCandyDemoteClient; import com.liquidnet.service.feign.platform.api.FeignPlatformCandyDemoteClient;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import java.time.LocalDateTime; import java.time.LocalDateTime;
...@@ -26,6 +27,7 @@ public class RedisDataUtils { ...@@ -26,6 +27,7 @@ public class RedisDataUtils {
@Autowired @Autowired
RedisUtil redisUtil; RedisUtil redisUtil;
@Autowired @Autowired
@Lazy
FeignPlatformCandyDemoteClient feignPlatformCandyDemoteClient; FeignPlatformCandyDemoteClient feignPlatformCandyDemoteClient;
// 获取 CandyUserCouponBasicDto数组 根据用户id // 获取 CandyUserCouponBasicDto数组 根据用户id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment