改名
This commit is contained in:
@@ -182,8 +182,8 @@ class SqlBuilder extends Component
|
|||||||
private function resolveParams(string $key, mixed $value, int $order, array $params, array $keys): array
|
private function resolveParams(string $key, mixed $value, int $order, array $params, array $keys): array
|
||||||
{
|
{
|
||||||
if (
|
if (
|
||||||
str_starts_with($value, '+') ||
|
str_starts_with($value, '+ ') ||
|
||||||
str_starts_with($value, '-')
|
str_starts_with($value, '- ')
|
||||||
) {
|
) {
|
||||||
$keys[] = $key . '=' . $key . $value;
|
$keys[] = $key . '=' . $key . $value;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user