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, )); }