|
@@ -168,10 +168,11 @@ Class Manage
|
|
foreach ($admin as $k => $v) {
|
|
foreach ($admin as $k => $v) {
|
|
$res[$k] = $v['username'].'<br/>'.$v['email'];
|
|
$res[$k] = $v['username'].'<br/>'.$v['email'];
|
|
}
|
|
}
|
|
- $total = Dever::db('work/info')->getquestTotal(array('group'=>$data['group'][0]));
|
|
|
|
|
|
+ // $total = Dever::db('work/info')->getquestTotal(array('group'=>$data['group'][0]));
|
|
$html = array();
|
|
$html = array();
|
|
$html['group'] = $group['name'].'<br/>'.$gad['username'];
|
|
$html['group'] = $group['name'].'<br/>'.$gad['username'];
|
|
$html['name'] = implode('<br/>',$res);
|
|
$html['name'] = implode('<br/>',$res);
|
|
|
|
+ $total = Dever::db('work/question')->getTotal(array('branch_id'=>$data['group_id']));
|
|
$html['num'] = $total;
|
|
$html['num'] = $total;
|
|
return $html;
|
|
return $html;
|
|
}
|
|
}
|