测试订单推送
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user