Commit 4b27663565a5de46aa63f9bad70bfdbe5d914e56

Authored by Administrator
1 parent d6f3d21d

first commit from local

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/models/MarginsGroupsSearch.php
... ... @@ -63,7 +63,7 @@ class MarginsGroupsSearch extends MarginsGroups
63 63  
64 64 $query->andFilterWhere([
65 65 'id' => $this->id,
66   - 'koef' => $this->koef,
  66 + 'w_margins_groups.koef' => $this->koef,
67 67 'timestamp' => $this->timestamp,
68 68 ]);
69 69  
... ...