From 4f927d5ac8aea58a951e5b5f1f6e1676cbaa6a63 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Wed, 4 Sep 2024 11:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E5=A4=84=E6=96=B9=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E6=97=B6=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=BA=86=E5=A4=84?= =?UTF-8?q?=E6=96=B9pdf=E5=9C=B0=E5=9D=804?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Command/ReportPreProductOrderCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Command/ReportPreProductOrderCommand.php b/app/Command/ReportPreProductOrderCommand.php index 0e39c5b..daf355f 100644 --- a/app/Command/ReportPreProductOrderCommand.php +++ b/app/Command/ReportPreProductOrderCommand.php @@ -222,7 +222,7 @@ class ReportPreProductOrderCommand extends HyperfCommand } // 执行次数过多 - if ($redis_value > 300) { + if ($redis_value > 3) { // 加入短信队列,通知管理员 return false;