Update OrderTimeOutCancelTask.java
This commit is contained in:
@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
|
|||||||
*/
|
*/
|
||||||
@Component
|
@Component
|
||||||
public class OrderTimeOutCancelTask {
|
public class OrderTimeOutCancelTask {
|
||||||
private Logger LOGGER =LoggerFactory.getLogger(OrderTimeOutCancelTask.class);
|
private final Logger LOGGER = LoggerFactory.getLogger(OrderTimeOutCancelTask.class);
|
||||||
@Autowired
|
@Autowired
|
||||||
private OmsPortalOrderService portalOrderService;
|
private OmsPortalOrderService portalOrderService;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user