删除无用字段
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
from
|
||||
sys_menu
|
||||
where
|
||||
platform=#{platformType} and is_deleted = '0'
|
||||
is_deleted = '0'
|
||||
<if test="list!=null and list.size>0">
|
||||
and parent_id in
|
||||
<foreach collection="list" item="parentId" open="(" close=")" separator=",">
|
||||
|
||||
Reference in New Issue
Block a user