管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-01-11 e8e9d29c54249d8eb1ae458bacc01085e58dc3d8
src/main/resources/mapper/data/MetaMapper.xml
@@ -39,7 +39,10 @@
    <select id="selectCountForUpload" resultType="java.lang.Integer">
        select count(*) from lf.sys_meta
        <where>
            create_user = #{createUser} and type in (${types})
            create_user = #{createUser}
            <if test="types != null">
                and type in (${types})
            </if>
            <if test="name != null">
                and name like #{name}
            </if>