master
yulingwei 5 years ago
parent 9e1f74480b
commit bcc0b964b0

@ -66,6 +66,11 @@ unset($_REQUEST['parent_id']);
if (I('status') || I('status', -1) == 0) {
$map['status'] = I('status');
}
if (I('ver_status') || I('ver_status', -1) == 0) {
$map['ver_status'] = I('ver_status');
}
if (I("promote_level")) {
$map['level'] = I("promote_level");
}

Loading…
Cancel
Save