Commit 4c64240ae4b8142200d78c446408659d9a62b297

Authored by Administrator
1 parent ac55606a

select characteristic

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
models/OrderProduct.php
... ... @@ -37,8 +37,8 @@
37 37  
38 38 public function afterSave($insert, $changedAttributes)
39 39 {
40   - $data = OrderProductLogger::generateData($changedAttributes, $this->oldAttributes, $insert);
41   - OrderProductLogger::saveData($data, $this->id, [ 'order_id' => $this->order_id ]);
  40 +// $data = OrderProductLogger::generateData($changedAttributes, $this->oldAttributes, $insert);
  41 +// OrderProductLogger::saveData($data, $this->id, [ 'order_id' => $this->order_id ]);
42 42  
43 43 parent::afterSave($insert, $changedAttributes);
44 44 }
... ...