【类 型】:

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
air 2025-09-23 14:19:12 +08:00
parent a3faf1604a
commit 4b8d31b52a

View File

@ -1223,7 +1223,7 @@ class PlaneController extends PublicController
}
$ids = explode(',', $_REQUEST['id']);
$ids = array_filter($ids, function($id) {
$ids = array_filter($ids, function ($id) {
return is_numeric($id) && $id > 0;
});