Commit eba70b91 by 冷斌

add

parent 2778630d
...@@ -543,6 +543,8 @@ class FamilyController extends HomebaseController { ...@@ -543,6 +543,8 @@ class FamilyController extends HomebaseController {
} }
$list[$k]['level2']=$levelinfo_a; $list[$k]['level2']=$levelinfo_a;
} }
var_dump($list);
die;
$this->assign('familyinfo', $familyinfo); $this->assign('familyinfo', $familyinfo);
$this->assign('list', $list); $this->assign('list', $list);
$this->display(); $this->display();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment