Update OrderTimeOutCancelTask.java

This commit is contained in:
macro
2022-05-09 09:44:02 +08:00
parent 727e0dae19
commit 47a678c84d

View File

@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
*/
@Component
public class OrderTimeOutCancelTask {
private Logger LOGGER =LoggerFactory.getLogger(OrderTimeOutCancelTask.class);
private final Logger LOGGER = LoggerFactory.getLogger(OrderTimeOutCancelTask.class);
@Autowired
private OmsPortalOrderService portalOrderService;