作者 王智

222

@@ -51,7 +51,7 @@ class Invoice extends Api @@ -51,7 +51,7 @@ class Invoice extends Api
51 $param = $this->request->param(); 51 $param = $this->request->param();
52 $selectedOptionszero = input('selectedOptionszero'); 52 $selectedOptionszero = input('selectedOptionszero');
53 // $arr = json_decode(htmlspecialchars_decode($selectedOptionszero), true); 53 // $arr = json_decode(htmlspecialchars_decode($selectedOptionszero), true);
54 - $str=implode(',', $arr); 54 +// $str=implode(',', $arr);
55 // if ($param['type'] == 1) { 55 // if ($param['type'] == 1) {
56 // $is_company = Db::name('company')->where(['company_holder' => $user_id])->find(); 56 // $is_company = Db::name('company')->where(['company_holder' => $user_id])->find();
57 // if (empty($is_company)) { 57 // if (empty($is_company)) {