changed initial leaves depth
gitea/salix/test This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-09-13 12:26:37 +02:00
parent 19f666fee3
commit efcfa9c568
1 changed files with 0 additions and 1 deletions

View File

@ -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,