KKSU
2025-02-07 89db573c1b753ad197c2ce35430048ba4b18505d
src/main/java/cc/mrbird/febs/mall/quartz/WxxcxJob.java
@@ -11,9 +11,7 @@
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import org.springframework.web.client.RestTemplate;
import javax.annotation.Resource;
import java.util.List;
@Slf4j
@@ -29,8 +27,8 @@
    private MallMemberCouponMapper mallMemberCouponMapper;
    @Autowired
    private MallInvoiceService mallInvoiceService;
    @Resource
    RestTemplate restTemplate;
//    @Resource
//    RestTemplate restTemplate;
//    @Autowired
//    private SpringContextHolder springContextHolder;
    /**