master
wangxinglong 2022-06-08 17:46:53 +08:00
parent 4e9d871ff4
commit 004c23726e
1 changed files with 1 additions and 0 deletions

View File

@ -469,6 +469,7 @@ class OrderRepository extends Repository
$arr['is_activity'] = $sku->is_activity;
$arr['activity_type'] = $sku->activity_type;
$arr['sku_unit'] = $sku->unit;
$arr['subtotal'] = $sku->original_price * $dataSku[$sku->coding];
$insert[] = $arr;
if ($sku->is_virtual > 0) {