diff --git a/models/CommentModelSearch.php b/models/CommentModelSearch.php index 2eec575..9c55641 100755 --- a/models/CommentModelSearch.php +++ b/models/CommentModelSearch.php @@ -208,7 +208,7 @@ [ 'artbox_comment.customer_id' => (int) $this->customer_id ], [ 'like', - 'user.username', + 'customer.username', $this->customer_id, ], [ -- libgit2 0.21.4