| | |
| | | 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 |
| | |
| | | private MallMemberCouponMapper mallMemberCouponMapper; |
| | | @Autowired |
| | | private MallInvoiceService mallInvoiceService; |
| | | @Resource |
| | | RestTemplate restTemplate; |
| | | // @Resource |
| | | // RestTemplate restTemplate; |
| | | // @Autowired |
| | | // private SpringContextHolder springContextHolder; |
| | | /** |