“zq” 2 săptămâni în urmă
părinte
comite
ad8ca8f3e7
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      app/Http/Controllers/AllExcelController.php

+ 2 - 2
app/Http/Controllers/AllExcelController.php

@@ -29,7 +29,7 @@ class AllExcelController extends Controller{
 
             $arrs=(array)$v;
             $arrs['mobile']=mb_substr($v->mobile,0,3).'****'.mb_substr($v->mobile,-4);
-            $arrs['m_mobile']=mb_substr($v->mobile,0,3).'****'.mb_substr($v->mobile,-4);
+            $arrs['m_mobile']=mb_substr($v->m_mobile,0,3).'****'.mb_substr($v->m_mobile,-4);
 
             $arr[$k]=array_values($arrs);
         }
@@ -70,7 +70,7 @@ class AllExcelController extends Controller{
 
             $arrs=(array)$v;
             $arrs['mobile']=mb_substr($v->mobile,0,3).'****'.mb_substr($v->mobile,-4);
-            $arrs['m_mobile']=mb_substr($v->mobile,0,3).'****'.mb_substr($v->mobile,-4);
+            $arrs['m_mobile']=mb_substr($v->m_mobile,0,3).'****'.mb_substr($v->m_mobile,-4);
             $arr[$k]=array_values($arrs);
         }
         $str1=[