This commit is contained in:
雷欧(林平凡)
2025-01-09 09:46:32 +08:00
parent 6cd1d60827
commit e54de8e55e
2 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ public class JDUtils {
* 扫描订单发送到微信
* 每分钟的30秒执行一次
*/
@Scheduled(cron = "*/10 * * * * ?")
@Scheduled(cron = "*/2 * * * * ?")
public void sendOrderToWx() {
//long start = System.currentTimeMillis();
int[] validCodes = {-1};