不再使用定时任务取消超时订单

This commit is contained in:
macro
2022-06-19 14:08:40 +08:00
parent df5363a032
commit c52fd27436

View File

@@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
* 取消超时订单并解锁库存的定时器
* Created by macro on 2018/8/24.
*/
@Component
//@Component
public class OrderTimeOutCancelTask {
private final Logger LOGGER = LoggerFactory.getLogger(OrderTimeOutCancelTask.class);
@Autowired