上报处方平台时,增加了处方pdf地址2

This commit is contained in:
wucongxing8150 2024-09-04 10:37:44 +08:00
parent a38570c358
commit 9421c5c14b

View File

@ -222,7 +222,7 @@ class ReportPreProductOrderCommand extends HyperfCommand
}
// 执行次数过多
if ($redis_value > 3) {
if ($redis_value > 300) {
// 加入短信队列,通知管理员
return false;