cqpCow 1 year ago
parent
commit
a9811bc9df
1 changed files with 0 additions and 4 deletions
  1. 0 4
      app/Service/SportsBagService.php

+ 0 - 4
app/Service/SportsBagService.php

@@ -45,8 +45,6 @@ class SportsBagService extends Service
                         'crt_time' => $time,
                         'basic_type_id' => $value['basic_type_id'],
                         'price' => $value['price'],
-                        'activity_price' => $value['activity_price'],
-                        'activity_amount' => $value['activity_amount'],
                     ];
                 }
                 SportsBagProductInfo::insert($sub);
@@ -125,8 +123,6 @@ class SportsBagService extends Service
                         'crt_time' => $time,
                         'basic_type_id' => $value['basic_type_id'],
                         'price' => $value['price'],
-                        'activity_price' => $value['activity_price'],
-                        'activity_amount' => $value['activity_amount'],
                     ];
                 }
                 SportsBagProductInfo::insert($sub);