Browse Source

fix bug

photo
winter 1 year ago
parent
commit
70ba6215c1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      suimangSchedule/src/main/java/com/iformall/schedule/ProductOrderSchedule.java

+ 1
- 1
suimangSchedule/src/main/java/com/iformall/schedule/ProductOrderSchedule.java View File

@@ -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());


Loading…
Cancel
Save