src/main/resources/mapper/data/MetaMapper.xml
@@ -11,6 +11,9 @@ <if test="dirid != null"> and dirid = ANY(fn_rec_array(#{dirid}, 'dir')) </if> <if test="verid != null"> and verid = #{verid} </if> <if test="name != null"> and name like #{name} </if> @@ -28,6 +31,9 @@ <if test="dirid != null"> and dirid = ANY(fn_rec_array(#{dirid},'dir')) </if> <if test="verid != null"> and verid = #{verid} </if> <if test="name != null"> and name like #{name} </if>