1.修复后台无法退出的bug
2.更新tp内核
This commit is contained in:
@@ -50,7 +50,7 @@ class Pgsql extends Builder
|
||||
$key = trim($key);
|
||||
if (strpos($key, '$.') && false === strpos($key, '(')) {
|
||||
// JSON字段支持
|
||||
list($field, $name) = explode($key, '$.');
|
||||
list($field, $name) = explode('$.', $key);
|
||||
$key = $field . '->>\'' . $name . '\'';
|
||||
}
|
||||
return $key;
|
||||
|
||||
Reference in New Issue
Block a user