更改定时任务
This commit is contained in:
parent
b5a631be9a
commit
d9d4e51e5a
@ -42,7 +42,7 @@ public class WxPayResultCheckTask {
|
|||||||
/**
|
/**
|
||||||
* 线上微信近10分钟未核对的订单
|
* 线上微信近10分钟未核对的订单
|
||||||
*/
|
*/
|
||||||
@Scheduled(fixedDelay = 60 * 1000 * 1)
|
/*@Scheduled(fixedDelay = 60 * 1000 * 1)
|
||||||
public void updateWxStatus() {
|
public void updateWxStatus() {
|
||||||
LOG.debug("检查微信近3分钟未核对的订单");
|
LOG.debug("检查微信近3分钟未核对的订单");
|
||||||
// 未充值的订单
|
// 未充值的订单
|
||||||
@ -56,13 +56,13 @@ public class WxPayResultCheckTask {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 线上支付宝近10分钟未核对的订单
|
* 线上支付宝近10分钟未核对的订单
|
||||||
*/
|
*/
|
||||||
@Scheduled(fixedDelay = 60 * 1000 * 1)
|
/*@Scheduled(fixedDelay = 60 * 1000 * 1)
|
||||||
public void updateZfbStatus() {
|
public void updateZfbStatus() {
|
||||||
LOG.debug("检查支付宝近3分钟未核对的订单");
|
LOG.debug("检查支付宝近3分钟未核对的订单");
|
||||||
// 未充值的订单
|
// 未充值的订单
|
||||||
@ -76,7 +76,7 @@ public class WxPayResultCheckTask {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 超过10分钟未支付的关闭
|
* 超过10分钟未支付的关闭
|
||||||
|
Loading…
Reference in New Issue
Block a user