|
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
|
<select id="selectExistIterationMenus" parameterType="HashMap" resultType="HashMap"> |
|
|
<select id="selectExistIterationMenus" parameterType="HashMap" resultType="HashMap"> |
|
|
select * from xm.xm_menu res |
|
|
select * from xm.xm_menu res |
|
|
where exist (select 1 from xm.iteration_menu im where im.menu_id in |
|
|
|
|
|
|
|
|
where exists (select 1 from xm.xm_iteration_menu im where im.menu_id in |
|
|
<foreach collection="menuIds" item="item" index="index" open="(" separator="," close=")" > |
|
|
<foreach collection="menuIds" item="item" index="index" open="(" separator="," close=")" > |
|
|
#{item} |
|
|
#{item} |
|
|
</foreach> |
|
|
</foreach> |
|
|
|