no message
This commit is contained in:
parent
a8213034c9
commit
767c1d89a1
@ -823,7 +823,7 @@ final class Cron
|
||||
$iPayClass = $_ENV["user_payClass"];
|
||||
|
||||
$pending_payment_orders = (new Order())->where('status', 'payment_pending')->get(); // 这里还是无脑检索order了,但是现在order表可以只保留一年内数据,问题不大
|
||||
|
||||
var_dump($pending_payment_orders);
|
||||
$aUserInQueue = []; // 用户可能在5分钟之内多次下单,但一次只处理一个,坚固
|
||||
foreach ($pending_payment_orders as $oOrder) {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user