bug fixed

This commit is contained in:
병준 박 2022-09-06 13:26:10 +00:00
parent 023d78813f
commit 0c0b47016f

View File

@ -354,8 +354,6 @@ WITH RECURSIVE rec AS (
level
FROM
rec
WHERE
m_parent_member_id IS NOT NULL
ORDER BY
level DESC
";