6
0
Fork 0
release
李静 2022-01-19 21:05:30 +08:00
parent d732fac772
commit fc303f26f6
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class OrderSettleCommand extends Command
'loggable_id' => $order->id,
'type' => DealerSalesValueLogType::Personal,
'change_sales_value' => $salesValue,
'remarks' => '个人进货',
'remark' => '个人进货',
'created_at' => $ts,
'updated_at' => $ts,
];