This commit is contained in:
cc
2024-11-19 14:24:44 +08:00
parent 7a6cbc2f7d
commit f30e44df94

View File

@@ -19,6 +19,7 @@ import com.jd.open.api.sdk.response.kplunion.UnionOpenOrderRowQueryResponse;
import com.jd.open.api.sdk.response.kplunion.UnionOpenPromotionCommonGetResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.SetOperations;
import org.springframework.data.redis.core.StringRedisTemplate;
import org.springframework.scheduling.annotation.Scheduled;
@@ -64,9 +65,9 @@ public class JDUtils {
private static final Logger logger = LoggerFactory.getLogger(JDUtils.class);
private static final DateTimeFormatter DATE_TIME_FORMATTER = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
@Resource
@Autowired
private StringRedisTemplate redisTemplate;
@Resource
@Autowired
private OrderRowRepository orderRowRepository;
@Resource
private WXUtil wxUtil;