fix: 去除treeType=null条件

This commit is contained in:
wxyclub
2023-12-04 20:22:18 +08:00
parent c4c8205a3b
commit 56f356a386
@@ -216,7 +216,6 @@
where LENGTH(sm.MENU_ID) > 30
AND sms.MENU_NAME IS NOT NULL
AND sm.VALID_FLAG = 0
AND sm.TREE_TYPE is null
AND sms.id in (select id from sar_menu_standard where valid_flag = 0)
</select>