From 4af531b6367cc060414938806b9d1b9b504db101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sun, 21 Feb 2021 19:08:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=B3=A8=E5=86=8C=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/agent/controller/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/agent/controller/Index.php b/app/agent/controller/Index.php index 52c8bc2..5f14c65 100644 --- a/app/agent/controller/Index.php +++ b/app/agent/controller/Index.php @@ -73,7 +73,7 @@ class Index $data['Enabled'] = 1; $data['UpdateTime'] = date('Y-m-d H:i:s',time()); $data['CreateTime'] = date('Y-m-d H:i:s',time()); - $data['CreateType'] = 1; + $data['CreateType'] = 4; $data['ProductAccountCount'] = 0; $data['ExpiredProductAccountCount'] = 0; $data['RestAmount'] = 0;