KKSU
2025-02-08 95383ea001382ec9bb5791581b127befaf090a5d
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;
    /**