正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
@@ -51,8 +51,6 @@ class Invoice extends Api | @@ -51,8 +51,6 @@ class Invoice extends Api | ||
51 | $param = $this->request->param(); | 51 | $param = $this->request->param(); |
52 | $selectedOptionszero = input('data'); | 52 | $selectedOptionszero = input('data'); |
53 | $arr = json_decode(htmlspecialchars_decode($selectedOptionszero), true); | 53 | $arr = json_decode(htmlspecialchars_decode($selectedOptionszero), true); |
54 | - print_r($arr); | ||
55 | - die; | ||
56 | $str = implode($arr,','); | 54 | $str = implode($arr,','); |
57 | // if ($param['type'] == 1) { | 55 | // if ($param['type'] == 1) { |
58 | // $is_company = Db::name('company')->where(['company_holder' => $user_id])->find(); | 56 | // $is_company = Db::name('company')->where(['company_holder' => $user_id])->find(); |
-
请 注册 或 登录 后发表评论