管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-07 85c49892c4f16720318a84d93152bc458d71e2d1
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>