8802a88a by yangjianbin

init

1 parent 64d30956
......@@ -284,7 +284,7 @@ class Perm extends CI_Controller {
// $data = json_decode($data, true);
$arr2 = array();
var_dump($role);exit;
foreach ($role as $k => $v) {
$r = array();
$r['id'] = $v->id;
......@@ -303,6 +303,7 @@ class Perm extends CI_Controller {
}
}
var_dump($arr2);exit;
foreach ($arr as $k => $v) {
foreach ($arr2 as $k2 => $v2) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!