This commit is contained in:
weiz 2024-02-20 10:34:58 +08:00
parent 35abf26d3d
commit c733310ca5

View File

@ -134,6 +134,7 @@ class MenuValidate extends BaseValidate
} }
$where[] = ['type', '=', $data['type']]; $where[] = ['type', '=', $data['type']];
$where[] = ['name', '=', $data['name']]; $where[] = ['name', '=', $data['name']];
$where[] = ['pid', '=', $data['pid']];
if (!empty($data['id'])) { if (!empty($data['id'])) {
$where[] = ['id', '<>', $data['id']]; $where[] = ['id', '<>', $data['id']];