From 1b154e32c143152b30b9f30bbb6f9214ec0d3e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 26 Aug 2023 14:07:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=AE=A2=E6=88=B7=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4=E9=A1=B5=E9=9D=A2=E6=8E=A5=E5=8F=A3=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/manager/controller/SellInfo.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/manager/controller/SellInfo.php b/app/manager/controller/SellInfo.php index 0c1b821..b260ee5 100644 --- a/app/manager/controller/SellInfo.php +++ b/app/manager/controller/SellInfo.php @@ -16,6 +16,7 @@ class SellInfo extends Controller */ public function getOne() { + ini_set('display_errors', 'Off'); $user_model = new User; $manager_model = new Manager; $product_order_model = new ProductOrder;