测试订单推送

This commit is contained in:
2025-04-01 19:51:47 +08:00
parent 8614093f66
commit 172edfbbe0

View File

@@ -195,7 +195,7 @@ class LedgerForm extends BaseModel
$model = new MonthlyPaymentModel();
$model->store_id = $productOrder->store_id;
$model->order_id = $productOrder->id;
$model->amount = $totalBuyPrice;
$model->amount = $productOrder->market_price;
$model->created_at = $time;
$model->save();