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

This commit is contained in:
wucongxing8150 2024-09-04 11:00:27 +08:00
parent ac76aa519d
commit 4f927d5ac8

View File

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