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;