@@ -153,7 +153,7 @@ export class PayOrderService {
}
- @Cron('*/15 * * * *')
+ @Cron('*/10 * * * *')
async scheduledTaskQueryPaymentOrders() {
const orders = await this.payOrderRepository.find({
where: {