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