no message
This commit is contained in:
parent
a4c4df7df8
commit
ce5a0a7c67
@ -836,7 +836,7 @@ final class Cron
|
||||
try {
|
||||
|
||||
$invoice = (new Invoice())->where('order_id', $oOrder->id)->first();
|
||||
var_dump($invoice);
|
||||
|
||||
if ($invoice === null) {
|
||||
continue;
|
||||
}
|
||||
@ -851,7 +851,7 @@ final class Cron
|
||||
$iPayAmount = $invoice->price - $invoice->money_use;
|
||||
|
||||
if ($oOrder->product_code == "code") { // 钱包充值
|
||||
|
||||
var_dump(11111);
|
||||
$iUserMoneyOld = $oUser->money;
|
||||
$iUserMoneyNew = $oUser->money + $invoice->price;
|
||||
$iAmount = $invoice->price;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user