Selaa lähdekoodia

数据填充修改

durong 5 vuotta sitten
vanhempi
commit
a34ea9746f
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      database/seeds/CmsFloorTableSeeder.php

+ 3 - 3
database/seeds/CmsFloorTableSeeder.php

@@ -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'    => 1,
+                'floor_location'    => 3,
                 'group_ids'    => '',
                 'floor_type'    => 2,
                 'is_open'    => 1,
@@ -44,7 +44,7 @@ class CmsFloorTableSeeder extends Seeder
             ],
             [
                 'name'   => '第四个floor',
-                'floor_location'    => 1,
+                'floor_location'    => 4,
                 'group_ids'    => '',
                 'floor_type'    => 3,
                 'is_open'    => 1,