remove/add space

This commit is contained in:
weiken.intex
2021-07-09 16:01:59 +08:00
parent da2b9459af
commit 2449fc24b7
8 changed files with 16 additions and 16 deletions
@@ -32,7 +32,7 @@ class RenderServiceContractEntitiesTableSeeder extends Seeder
'user_id' => 6,
'contract_id' => 3,
'entity_id' => 6,
'entity_signature_id' =>6,
'entity_signature_id' => 6,
'type' => 1,
'status' => 1,
'created_at' => date('Y-m-d H:i:s'),
@@ -64,7 +64,7 @@ class RenderServiceContractObligationsTableSeeder extends Seeder
'id' => 12,
'user_id' => 6,
'contract_id' => 3,
'contract_template_obligation_id' =>12,
'contract_template_obligation_id' => 12,
'contract_entity_id' => 5,
'name' => 'Customer Get the book',
'reference' => null,
@@ -87,7 +87,7 @@ class RenderServiceContractObligationsTableSeeder extends Seeder
'id' => 13,
'user_id' => 6,
'contract_id' =>3,
'contract_template_obligation_id' =>13,
'contract_template_obligation_id' => 13,
'contract_entity_id' => 5,
'name' => 'Customer Return book',
'reference' => null,
@@ -110,7 +110,7 @@ class RenderServiceContractObligationsTableSeeder extends Seeder
'id' =>14,
'user_id' => 6,
'contract_id' => 3,
'contract_template_obligation_id' =>14,
'contract_template_obligation_id' => 14,
'contract_entity_id' => 6,
'name' => 'Librarian check the book',
'reference' => null,
@@ -133,7 +133,7 @@ class RenderServiceContractObligationsTableSeeder extends Seeder
'id' => 15,
'user_id' => 6,
'contract_id' => 3,
'contract_template_obligation_id' =>15,
'contract_template_obligation_id' => 15,
'contract_entity_id' => 6,
'name' => 'Librarian update customer borrow record',
'reference' => null,
@@ -20,7 +20,7 @@ class RenderServiceContractTemplateObligationDependenciesTableSeeder extends See
'id' => 8,
'user_id' => 6,
'contract_template_obligation_id' => 11, // Librarian verify customer membership and book
'depend_contract_template_obligation_id' =>10, // Customer select book (borrow) & show membership card
'depend_contract_template_obligation_id' => 10, // Customer select book (borrow) & show membership card
'status' => 1,
'created_at' => date('Y-m-d H:i:s'),
'updated_at' => date('Y-m-d H:i:s')
@@ -32,7 +32,7 @@ class RenderServiceContractTemplateObligationsTableSeeder extends Seeder
[
'id' => 11,
'user_id' => 6,
'contract_template_id' => 3,//contract table 3 is Book Rental
'contract_template_id' => 3,//contract table 3 is Book Rental
'name' => 'Librarian verify customer membership and book',
'sequence' => 2.0,
'reference' => null,
@@ -48,7 +48,7 @@ class RenderServiceContractTemplateObligationsTableSeeder extends Seeder
[
'id' => 12,
'user_id' => 6,
'contract_template_id' => 3,//contract table 3 is Book Rental
'contract_template_id' => 3,//contract table 3 is Book Rental
'name' => 'Customer Get the book',
'sequence' => 3.0,
'reference' => null,
@@ -19,7 +19,7 @@ class RepairServiceContractEntitiesTableSeeder extends Seeder
[
'id' => 3,
'user_id' => 5,
'contract_id' =>2,
'contract_id' => 2,
'entity_id' => 3,
'entity_signature_id' => 3,
'type' => 1,
@@ -64,7 +64,7 @@ class RepairServiceContractObligationsTableSeeder extends Seeder
'id' => 6,
'user_id' => 5,
'contract_id' => 2,
'contract_template_obligation_id' =>6,
'contract_template_obligation_id' => 6,
'contract_entity_id' => 4,
'name' => 'Repair Guy repair car',
'reference' => null,
@@ -87,7 +87,7 @@ class RepairServiceContractObligationsTableSeeder extends Seeder
'id' => 7,
'user_id' => 5,
'contract_id' => 2,
'contract_template_obligation_id' =>7,
'contract_template_obligation_id' => 7,
'contract_entity_id' => 3,
'name' => 'Car Owner pay repair fees',
'reference' => null,
@@ -110,7 +110,7 @@ class RepairServiceContractObligationsTableSeeder extends Seeder
'id' => 8,
'user_id' => 5,
'contract_id' => 2,
'contract_template_obligation_id' =>8,
'contract_template_obligation_id' => 8,
'contract_entity_id' => 3,
'name' => 'Car Owner check car',
'reference' => null,
@@ -133,7 +133,7 @@ class RepairServiceContractObligationsTableSeeder extends Seeder
'id' => 9,
'user_id' => 5,
'contract_id' => 2,
'contract_template_obligation_id' =>9,
'contract_template_obligation_id' => 9,
'contract_entity_id' => 3,
'name' => 'Repair Service complete & Car Owner drive car back home',
'reference' => null,
@@ -20,7 +20,7 @@ class RepairServiceContractTemplateObligationDependenciesTableSeeder extends See
'id' => 3,
'user_id' => 5,
'contract_template_obligation_id' => 5, // Repair Guy check/analysis Car
'depend_contract_template_obligation_id' =>4, // Car Owner send car to workshop and explain/describe the problem to Repair Guy
'depend_contract_template_obligation_id' => 4, // Car Owner send car to workshop and explain/describe the problem to Repair Guy
'status' => 1,
'created_at' => date('Y-m-d H:i:s'),
'updated_at' => date('Y-m-d H:i:s')
@@ -32,7 +32,7 @@ class RepairServiceContractTemplateObligationsTableSeeder extends Seeder
[
'id' => 5,
'user_id' => 5,
'contract_template_id' => 2,//contract table 2 is repair service
'contract_template_id' => 2,//contract table 2 is repair service
'name' => 'Repair Guy check/analysis Car',
'sequence' => 2.0,
'reference' => null,
@@ -48,7 +48,7 @@ class RepairServiceContractTemplateObligationsTableSeeder extends Seeder
[
'id' => 6,
'user_id' => 5,
'contract_template_id' => 2,//contract table 2 is repair service
'contract_template_id' => 2,//contract table 2 is repair service
'name' => 'Repair Guy repair car',
'sequence' => 3.0,
'reference' => null,