소스 검색

数据填充修改

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,