Update OrderTimeOutCancelTask.java

This commit is contained in:
macro 2021-10-11 20:29:28 +08:00
parent f1548cbd77
commit d5f435103a

View File

@ -8,7 +8,7 @@ import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
/** /**
* 订单超时取消并解锁库存的定时器 * 取消超时订单并解锁库存的定时器
* Created by macro on 2018/8/24. * Created by macro on 2018/8/24.
*/ */
@Component @Component