This commit is contained in:
wucongxing 2023-04-25 18:46:27 +08:00
parent 75b3efe55a
commit 13e41ae925

View File

@ -150,6 +150,11 @@ class AutoPharmacistCaVerifyDelayDirectConsumer extends ConsumerMessage
return Result::ACK; return Result::ACK;
} }
if (time() < 1682424000){
Db::rollBack();
return Result::REQUEUE;
}
}catch (\Exception $e){ }catch (\Exception $e){
// 检测次数失败 // 检测次数失败