|
@@ -96,7 +96,7 @@ public class OrderBaseSchedule {
|
|
|
@Transactional
|
|
|
@Scheduled(fixedDelay = 5 * 1000)
|
|
|
// @Scheduled(fixedDelay = 60 * 1000)
|
|
|
- public void fucaizhifu() throws WxPayException {
|
|
|
+ public void fucaizhifu() throws WxPayException, InterruptedException {
|
|
|
|
|
|
settlementOrderLogic.sync();
|
|
|
}
|