changed initial leaves depth
gitea/salix/test This commit looks good
Details
gitea/salix/test This commit looks good
Details
This commit is contained in:
parent
19f666fee3
commit
efcfa9c568
|
@ -76,7 +76,6 @@ module.exports = Self => {
|
|||
FROM zoneGeo zg
|
||||
JOIN tmp.checkedChilds ch
|
||||
ON zg.lft <= ch.lft AND zg.rgt >= ch.rgt
|
||||
AND zg.depth > 0
|
||||
UNION ALL
|
||||
SELECT
|
||||
child.id,
|
||||
|
|
Loading…
Reference in New Issue