改名
This commit is contained in:
@@ -72,7 +72,7 @@ abstract class Condition extends BaseObject
|
|||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
$value = Str::encode($value);
|
$value = Str::encode((string)$value);
|
||||||
if (trim($oprea) == 'like') {
|
if (trim($oprea) == 'like') {
|
||||||
return $column . ' ' . $oprea . ' \'%' . $value . '%\'';
|
return $column . ' ' . $oprea . ' \'%' . $value . '%\'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user