12
This commit is contained in:
parent
75b3efe55a
commit
13e41ae925
@ -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){
|
||||||
// 检测次数失败
|
// 检测次数失败
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user