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