Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-19 14:57:14 +08:00
parent d5b58a1fc7
commit d42fc588b4
6 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ class ActiveQuery extends Component implements ISqlBuilder
$name = explode(',', $name);
}
foreach ($name as $val) {
array_push($this->with, $val);
$this->with[] = $val;
}
return $this;
}