<iftest="key != null and key !='' "> and res.name like #{key} </if>
<iftest="key != null and key !='' "> and res.name like #{key} </if>
<iftest="work != null and work != ''"> and res.status != 'resolved' </if>
<iftest="work != null and work != ''"> and res.status != 'resolved' </if>
<iftest="linkIterationId != null and linkIterationId != ''"> and exists (select 1 from xm_menu m where m.iteration_id=#{linkIterationId} and m.menu_id=res.menu_id) </if>