@@ -26,7 +26,7 @@ class CmsFloorTableSeeder extends Seeder
],
[
'name' => '第二个floor',
- 'floor_location' => 1,
+ 'floor_location' => 2,
'group_ids' => '',
'floor_type' => 1,
'is_open' => 1,
@@ -35,7 +35,7 @@ class CmsFloorTableSeeder extends Seeder
'name' => '第三个floor',
+ 'floor_location' => 3,
'floor_type' => 2,
@@ -44,7 +44,7 @@ class CmsFloorTableSeeder extends Seeder
'name' => '第四个floor',
+ 'floor_location' => 4,
'floor_type' => 3,