浏览代码

fix bug

photo
winter 1年前
父节点
当前提交
70ba6215c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      suimangSchedule/src/main/java/com/iformall/schedule/ProductOrderSchedule.java

+ 1
- 1
suimangSchedule/src/main/java/com/iformall/schedule/ProductOrderSchedule.java 查看文件

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


正在加载...
取消
保存