变更
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ class ' . $managerName . ' extends Model
|
|||||||
if (is_null($value)) {
|
if (is_null($value)) {
|
||||||
$value = [];
|
$value = [];
|
||||||
}
|
}
|
||||||
return \json_encode($value, JSON_UNESCAPED_UNICODE);
|
return \json_encode($value);
|
||||||
}
|
}
|
||||||
';
|
';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user