|
@@ -90,6 +90,10 @@ Class Info
|
|
|
$where['type'] = 3;
|
|
|
} elseif ($where['status_id'] == 7) {
|
|
|
$where['type'] = 6;
|
|
|
+ } elseif($where['status_id'] == 5) {
|
|
|
+ $where['type'] = 4;
|
|
|
+ } elseif ($where['status_id'] == 6) {
|
|
|
+ $where['type'] = 5;
|
|
|
}
|
|
|
}
|
|
|
$where['follow'] = $follow;
|
|
@@ -121,6 +125,10 @@ Class Info
|
|
|
$where['type'] = 3;
|
|
|
} elseif ($where['status_id'] == 7) {
|
|
|
$where['type'] = 6;
|
|
|
+ } elseif($where['status_id'] == 5) {
|
|
|
+ $where['type'] = 4;
|
|
|
+ } elseif ($where['status_id'] == 6) {
|
|
|
+ $where['type'] = 5;
|
|
|
}
|
|
|
$auth = Dever::load("manage/auth.info");
|
|
|
$admin_group = Dever::db('manage/admin_group')->all(array('admin_id'=>$auth['id']));
|