From e3f8f76398295e20a91f55aca22a218fcdc61a09 Mon Sep 17 00:00:00 2001
From: 王智 <wz@bronet.cn>
Date: Tue, 4 Aug 2020 18:28:20 +0800
Subject: [PATCH] 222

---
 application/api/controller/Invoice.php | 2 ++
 1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/application/api/controller/Invoice.php b/application/api/controller/Invoice.php
index 8a7fc3f..c7f7ef0 100644
--- a/application/api/controller/Invoice.php
+++ b/application/api/controller/Invoice.php
@@ -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();
--
libgit2 0.24.0