From 22601a9c4f2d1f91c89dedce8b9e8d91b2361b21 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 19 Mar 2020 16:12:42 +0800 Subject: [PATCH] 1 --- webapp/controller/BagController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/controller/BagController.class.php b/webapp/controller/BagController.class.php index cd80c59..a4aa365 100644 --- a/webapp/controller/BagController.class.php +++ b/webapp/controller/BagController.class.php @@ -114,7 +114,7 @@ class BagController{ ':account_id' => $account_id, ':id' => 16001, ':active_time' => 0, - ':status' => 1, + ':status' => 0, ':create_time' => time(), ':modify_time' => time() )); @@ -125,7 +125,7 @@ class BagController{ array_push($bag_list, array( 'id' => 16001, 'active_time' => 0, - 'status' => 1, + 'status' => 0, 'color_id' => 0, )); }