|
@@ -593,7 +593,7 @@ class PublicRpcService implements PublicRpcServiceInterface
|
|
|
public function addSector(array $data): array
|
|
|
{
|
|
|
unset($data['user_id']);
|
|
|
- $data['page_type'] = json_encode($data['page_type']);
|
|
|
+ // $data['page_type'] = json_encode($data['page_type']);
|
|
|
$result = Sector::insertGetId($data);
|
|
|
return Result::success();
|
|
|
}
|