|
|
@@ -28,7 +28,7 @@ public class ProductOrderSchedule { |
|
|
|
@Autowired |
|
|
|
private ProductOrderSharingService productOrderSharingService; |
|
|
|
|
|
|
|
@Scheduled(cron = "0 */5 * * * *?") |
|
|
|
//@Scheduled(cron = "0 */5 * * * *?") |
|
|
|
public void productOrderSharingSchedule() { |
|
|
|
ProductOrder productOrderQ = new ProductOrder(); |
|
|
|
productOrderQ.setOrderStatus(EnumProductOrderStatus.ORDER_STATUS_PENDING_PAYMENT.getCode()); |
|
|
|