...
|
...
|
@@ -51,6 +51,8 @@ class Invoice extends Api |
|
|
$param = $this->request->param();
|
|
|
$selectedOptionszero = input('selectedOptionszero');
|
|
|
$arr = json_decode(htmlspecialchars_decode($selectedOptionszero), true);
|
|
|
dump($arr);
|
|
|
die;
|
|
|
$str=implode(',', $arr);
|
|
|
// if ($param['type'] == 1) {
|
|
|
// $is_company = Db::name('company')->where(['company_holder' => $user_id])->find();
|
...
|
...
|
|