This commit is contained in:
aozhiwei 2020-03-19 16:12:42 +08:00
parent 08daf32502
commit 22601a9c4f

View File

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