...
|
...
|
@@ -486,7 +486,7 @@ class BeforeToAfter extends Api |
|
|
'en' => [
|
|
|
[
|
|
|
'value' => $social_user['housing_fund']['money'],
|
|
|
'name'=>'Personal basic housing funds',
|
|
|
'name'=>'Per basic housing funds',
|
|
|
],
|
|
|
[
|
|
|
'value' => $social_user['endowment']['money'],
|
...
|
...
|
@@ -542,7 +542,7 @@ class BeforeToAfter extends Api |
|
|
'en' => array_merge([
|
|
|
[
|
|
|
'value' => $social_company['housing_fund']['money'],
|
|
|
'name'=>'Company basic housing funds',
|
|
|
'name'=>'Co basic housing funds',
|
|
|
],
|
|
|
[
|
|
|
'value' => $social_company['endowment']['money'],
|
...
|
...
|
|