Commit 680c2ebdb17531b787c8080a74965ad07ea81590

Authored by Administrator
1 parent fd65536e

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,7 +63,7 @@ class MarginsGroupsSearch extends MarginsGroups
63 63
64 $query->andFilterWhere([ 64 $query->andFilterWhere([
65 'id' => $this->id, 65 'id' => $this->id,
66 - 'koef' => $this->koef, 66 + 'w_margins_groups.koef' => $this->koef,
67 'timestamp' => $this->timestamp, 67 'timestamp' => $this->timestamp,
68 ]); 68 ]);
69 69