This commit is contained in:
xl
2023-05-20 23:05:38 +08:00
parent 4f6952bdc5
commit c57e606e55
+1 -1
View File
@@ -263,8 +263,8 @@ class SqlBuilder extends Component
}
/**
* @param array $select
* @return string
* @throws Exception
*/
private function _selectPrefix(array $select = ['*']): string
{