fix: 去除treeType=null条件
This commit is contained in:
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user