linwu 11 сар өмнө
parent
commit
536bd15bed

+ 1 - 1
app/admin/controller/Couple.php

@@ -69,7 +69,7 @@ class Couple extends AdminBaseController
         foreach ($list as $k => $v) {
         foreach ($list as $k => $v) {
             $item = $new_list[$k];
             $item = $new_list[$k];
             $item['status'] = '续期';
             $item['status'] = '续期';
-            $item['people'] = $old_people_by_mobile[$v['mobile']];
+            $item['people'] = $old_people_by_mobile[$v];
             $res[] = $item;
             $res[] = $item;
         }
         }