|
@@ -94,7 +94,7 @@ public class OrderBaseSchedule {
|
|
|
* 每五秒查询辅材支付情况
|
|
|
*/
|
|
|
@Transactional
|
|
|
- @Scheduled(fixedDelay = 5 * 1000)
|
|
|
+ @Scheduled(fixedDelay = 10 * 1000)
|
|
|
// @Scheduled(fixedDelay = 60 * 1000)
|
|
|
public void fucaizhifu() throws WxPayException, InterruptedException {
|
|
|
|