瀏覽代碼

数据填充修改

durong 5 年之前
父節點
當前提交
a34ea9746f
共有 1 個文件被更改,包括 3 次插入3 次删除
  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,