This commit is contained in:
JaguarJack 2021-04-02 12:05:44 +08:00
parent 2125966684
commit 7fd87caa36

View File

@ -172,7 +172,7 @@ trait BaseOptionsTrait
if (is_array($field)) {
foreach ($field as &$value) {
$value = sprintf('%s.%s', $this->getTable(), $field);
$value = sprintf('%s.%s', $this->getTable(), $value);
}
return $field;