update
This commit is contained in:
parent
35abf26d3d
commit
c733310ca5
@ -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']];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user